eslint-config-tlvince

ESLint rule customisations

Downloads
274
Stars
0
Committers
2

eslint-config-tlvince

ESLint rule customisations

Opinionated ESLint rule definitions. Write JavaScript in @tlvince's style!

Usage

The short story:

npm i -D eslint prettier typescript eslint-config-tlvince
echo "extends: tlvince" >> .eslintrc

The long story:

  1. Install from npm:

    npm install --save-dev eslint prettier typescript eslint-config-tlvince
    
  2. Enable the module by adding the extends keyword to .eslintrc. YAML variant:

    extends: tlvince
    

    … or if JSON is your thing:

    {
      "extends": "tlvince"
    }
    

Author

© 2015 Tom Vincent [email protected]

License

Released under the MIT License.