|
@ -143,12 +143,7 @@ module.exports = { |
|
|
"no-trailing-spaces": "error", |
|
|
"no-trailing-spaces": "error", |
|
|
"no-undef-init": "error", |
|
|
"no-undef-init": "error", |
|
|
"no-undefined": "error", |
|
|
"no-undefined": "error", |
|
|
"no-underscore-dangle": [ |
|
|
"no-underscore-dangle": "off", |
|
|
"error", |
|
|
|
|
|
{ |
|
|
|
|
|
"allowAfterThis": true |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"no-unmodified-loop-condition": "error", |
|
|
"no-unmodified-loop-condition": "error", |
|
|
"no-unneeded-ternary": "error", |
|
|
"no-unneeded-ternary": "error", |
|
|
"no-unused-expressions": "error", |
|
|
"no-unused-expressions": "error", |
|
|