|
|
|
@ -1,13 +1,9 @@ |
|
|
|
|
{ |
|
|
|
|
"extends": "../../.eslintrc", |
|
|
|
|
"rules": { |
|
|
|
|
"@typescript-eslint/no-var-requires": "off", |
|
|
|
|
"@typescript-eslint/no-empty-function": "off", |
|
|
|
|
"@typescript-eslint/no-unused-vars": "off", |
|
|
|
|
"@typescript-eslint/no-this-alias": "off", |
|
|
|
|
"standard/no-callback-literal": "off", |
|
|
|
|
"camelcase": "off", |
|
|
|
|
"no-unused-vars": "off" |
|
|
|
|
"no-unused-vars": "off", |
|
|
|
|
"dot-notation": "off" |
|
|
|
|
}, |
|
|
|
|
"env": { |
|
|
|
|
"browser": true, |
|
|
|
|