|
{
|
|
"extends": "../../.eslintrc",
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
"@typescript-eslint/no-unused-vars": "off",
|
|
"no-unused-vars": "off",
|
|
"dot-notation": "off",
|
|
"no-use-before-define": "off"
|
|
},
|
|
"ignorePatterns": [
|
|
"**/node_modules/**"
|
|
]
|
|
}
|
|
|