eslint-migration - disable warnings/errors
Disable warnings and errors on initial code empty functions/require remove transations stub from spec test
This commit is contained in:
@@ -15,10 +15,5 @@
|
||||
"parserOptions": {
|
||||
"tsconfigRootDir": "."
|
||||
},
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"rules": {
|
||||
"no-empty-function": ["warn"],
|
||||
"@typescript-eslint/no-empty-function": ["warn"],
|
||||
"@typescript-eslint/no-var-requires": ["warn"]
|
||||
}
|
||||
"plugins": ["@typescript-eslint"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user