eslint-config-tlvince

v2.2.27
ESLint rule customisations
eslint eslintconfig tlvince

eslint-config-tlvince

Build Status

ESLint rule customisations

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

screenshot

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.

npm i eslint-config-tlvince

Metadata

  • MIT
  • Whatever
  • Tom Vincent
  • released 10/14/2020

Downloads

Maintainers