eslint-config-agirorn
v0.0.3
Published
My preferd eslint rules
Downloads
10
Readme
eslint-config-agirorn
These are my eslint rules there are many like it but this one is mine.
Usage
Install module
npm i eslint-config-agirorn
Add extends to .eslintrc
{
"extends": "agirorn"
}
Based on eslint-config-airbnb-base
Then augmented for my personal taste.
- no-use-before-define (airbnb issue #872) Function hoisting is a javascript standard and assists with top down reading of code from least complex part of code to more complex parts.