chore: ignore non-import loading
This commit is contained in:
parent
94eb76c188
commit
8f0673c637
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ module.exports = {
|
|||
plugins: ["@typescript-eslint"],
|
||||
rules: {
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-var-requires": "off",
|
||||
"@typescript-eslint/ban-types": "off",
|
||||
indent: ["error", 2],
|
||||
"linebreak-style": ["error", "unix"],
|
||||
|
|
Loading…
Reference in a new issue