add config

This commit is contained in:
2022-03-25 13:47:16 +01:00
parent 479d5b77e6
commit 918d0efa1e
9 changed files with 624 additions and 388 deletions

View File

@ -171,5 +171,6 @@
],
"indent": "off",
"@typescript-eslint/indent": ["error", 2],
"import/no-unresolved": [2, { "ignore": ["^@.+$"] }]
}
}