aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-08 00:17:42 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-08 00:17:42 -0500
commit1f59d0f0545d9ba69165be6f718ceb08bf373c07 (patch)
treef649f7590418047181756c116cc1d941cab3a48c /.eslintrc.json
parent181bfc6971d901cb6b15aa39c542890bd20083d8 (diff)
downloadtanzanite-1f59d0f0545d9ba69165be6f718ceb08bf373c07.tar.gz
tanzanite-1f59d0f0545d9ba69165be6f718ceb08bf373c07.tar.bz2
tanzanite-1f59d0f0545d9ba69165be6f718ceb08bf373c07.zip
dumb bull shit
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index dc80bcf..d2b68f5 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -10,7 +10,7 @@
"sourceType": "module",
"project": "./tsconfig.json"
},
- "plugins": ["@typescript-eslint", "deprecation"],
+ "plugins": ["@typescript-eslint", "deprecation", "node"],
"ignorePatterns": ["dist"],
"rules": {
"no-return-await": "off",
@@ -60,6 +60,7 @@
"@typescript-eslint/no-implied-eval": ["error"],
"deprecation/deprecation": "warn",
"@typescript-eslint/explicit-member-accessibility": ["warn", { "accessibility": "explicit" }],
- "@typescript-eslint/switch-exhaustiveness-check": "warn"
+ "@typescript-eslint/switch-exhaustiveness-check": "warn",
+ "node/file-extension-in-import": ["error", "always", { "tryExtensions": [".js", ".json"] }]
}
}