chore: ignore non-import loading

This commit is contained in:
Aravinth Manivannan 2023-02-01 18:17:34 +05:30
parent 94eb76c188
commit 8f0673c637
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

@ -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"],