@iraiser/eslint-config-base
v1.3.3
Published
ESLint shareable config for the iRaiser JavaScript style guide.
Downloads
299
Readme
ESLint Config
ESLint shareable config for the iRaiser JavaScript style guide.
Install
npm install @iraiser/eslint-config-base eslint --save-dev
Usage
Create .eslintrc
file on root of your project.
{
"extends": [
"@iraiser/eslint-config-base"
]
}
You can extend the rules with your own config, see ESLint documentation.