3.0.1 • Published 6 years ago
eslint-config-tripletex v3.0.1
Eslint configuration used by Tripletex AS in some projects.
Based on Airbnb's config, sugest haveing a look at that one before you use this.
Ues this configuration if you want to, but do not expect it to be mainent for all forsiable future. Upadets are done at our own pase
Instalation
npm install eslint-config-tripletex --save-dev
Usage
add this to you .eslintrc
...
"extends": "tripletex",
...