From 36a755fdca1116f06eae2ac98a830810de792662 Mon Sep 17 00:00:00 2001 From: Thomas Kelly Date: Tue, 25 Jul 2017 16:51:56 -0400 Subject: [PATCH] add a bit more detail --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36ffc36..f5b5583 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Everyone has their own style, so Boilermaker does not come prepackaged with a li * [Standard style guide](https://standardjs.com/) * [Airbnb style guide](https://github.com/airbnb/javascript) * [Google style guide](https://google.github.io/styleguide/jsguide.html) +* This will add an `.eslintrc.js`, `.eslintrc.yaml`, or `.eslintrc.json` (depending on which you choose) - `.js` or `.json` will usually work fine. You may also need to install an appropriate eslint plugin specific for your code editor. ## Start