eslint-config-smyte

1.15.7 • Public • Published

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"

}

/eslint-config-smyte/

    Package Sidebar

    Install

    npm i eslint-config-smyte

    Weekly Downloads

    2

    Version

    1.15.7

    License

    Apache 2.0

    Last publish

    Collaborators

    • stonecypher