You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
360 B
Plaintext
20 lines
360 B
Plaintext
9 years ago
|
{
|
||
|
"rules": {
|
||
|
"indent": [2, 2],
|
||
|
"linebreak-style": [2, "unix"],
|
||
|
"no-console": 0,
|
||
|
"no-unexpected-multiline": 2,
|
||
|
"no-unreachable": 2,
|
||
|
"quotes": [2, "single"],
|
||
|
"semi": [2, "never"]
|
||
|
},
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"mocha": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": "eslint:recommended",
|
||
|
"ecmaFeatures": {},
|
||
|
"plugins": []
|
||
|
}
|