Skip to content

Tripletex/eslint-config-tripletex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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",
...