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
npm install eslint-config-tripletex --save-dev
add this to you .eslintrc
...
"extends": "tripletex",
...