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:
-
Install from npm:
npm install --save-dev eslint prettier typescript eslint-config-tlvince
-
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 npm@tlvince.com
License
Released under the MIT License.