chore(lint): update eslint rule
disable @typescript-eslint/no-empty-interface
This commit is contained in:
parent
9f0b458c0c
commit
4ce5b25b9c
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
"rules": {
|
||||
"@typescript-eslint/ban-ts-comment": "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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue