eslint-config-weiland
v0.0.4
Published
Eslint config.
Downloads
3
Readme
Eslint Config
Install
npm install --save-dev eslint-config-weiland
Include in .eslintrc.json
:
{
"root": true,
"extends": ["weiland"]
}
Testing
{
"root": true,
- "extends": ["weiland"],
+ "extends": ["weiland"],
+ "env" {
+ "jest": true
+ }
}
Browser
{
"root": true,
- "extends": ["weiland"],
+ "extends": ["weiland"],
+ "env" {
+ "browser": true
+ }
}