1.15.7 • Published 7 years ago

eslint-config-smyte v1.15.7

Weekly downloads
1
License
Apache 2.0
Repository
github
Last release
7 years ago

eslint-config-smyte

Smyte's standard EsLint config. Currently configured for 4.2.0

how-to

If you're at Smyte, it's already installed :)

If not, it's easy. Just do something like

npm install --save-dev eslint-config-smyte

Then configure your EsLint instance to use this config. For example, you might have a .eslintrc with the following contents:

{

  "parser"  : "babel-eslint",
  "plugins" : [ ],
  "env"     : { "es6": true, "commonjs": true },

  "extends" : "eslint-config-smyte"

}