51 строка
1.1 KiB
Plaintext
51 строка
1.1 KiB
Plaintext
{
|
|
"env": {
|
|
"browser": true,
|
|
},
|
|
"globals": {
|
|
"exports": false,
|
|
"module": false,
|
|
},
|
|
"rules": {
|
|
"block-scoped-var": 2,
|
|
"camelcase": 0,
|
|
"comma-dangle": [2, "always-multiline"],
|
|
"comma-style": [2, "last"],
|
|
"curly": [2, "all"],
|
|
"dot-notation": [2, {"allowKeywords": true}],
|
|
"eqeqeq": [2, "allow-null"],
|
|
"global-strict": 0,
|
|
"guard-for-in": 0,
|
|
"max-len": [2, 80, 2],
|
|
"new-cap": 2,
|
|
"no-bitwise": 2,
|
|
"no-caller": 2,
|
|
"no-cond-assign": [2, "except-parens"],
|
|
"no-console": 0,
|
|
"no-debugger": 2,
|
|
"no-empty": 2,
|
|
"no-eval": 2,
|
|
"no-extend-native": 2,
|
|
"no-extra-parens": 0,
|
|
"no-irregular-whitespace": 2,
|
|
"no-iterator": 2,
|
|
"no-loop-func": 2,
|
|
"no-multi-str": 2,
|
|
"no-new": 2,
|
|
"no-plusplus": 2,
|
|
"no-proto": 2,
|
|
"no-redeclare": 0,
|
|
"no-script-url": 2,
|
|
"no-sequences": 2,
|
|
"no-underscore-dangle": 0,
|
|
"no-undef": 2,
|
|
"no-unused-vars": 2,
|
|
"no-with": 2,
|
|
"quotes": [2, "single"],
|
|
"semi": [2, "always"],
|
|
"strict": 0,
|
|
"valid-typeof": 2,
|
|
"wrap-iife": [2, "inside"]
|
|
}
|
|
}
|