|
@@ -9,6 +9,7 @@
|
|
|
"rules": {
|
|
"rules": {
|
|
|
"@typescript-eslint/ban-ts-comment": "off",
|
|
"@typescript-eslint/ban-ts-comment": "off",
|
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
|
- "@typescript-eslint/no-unused-vars": "off"
|
|
|
|
|
|
|
+ "@typescript-eslint/no-unused-vars": "off",
|
|
|
|
|
+ "@typescript-eslint/no-empty-interface": "off"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|