eslint-config-weiland
v0.0.4
Published
Eslint config.
Readme
Eslint Config
Install
npm install --save-dev eslint-config-weilandInclude 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
+ }
}