We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f83ba commit 493db5fCopy full SHA for 493db5f
eslint.config.mjs
@@ -35,7 +35,7 @@ export default tseslint.config({
35
36
rules: {
37
"@typescript-eslint/explicit-module-boundary-types": ["warn", { "allowArgumentsExplicitlyTypedAsAny": true }],
38
- "import/no-unresolved": ["error", { "ignore": [ "geojson", "virtual:icons" ], "caseSensitive": true }],
+ "import/no-unresolved": ["error", { "ignore": [ "geojson", "virtual:icons", "virtual:languages" ], "caseSensitive": true }],
39
"import/no-extraneous-dependencies": ["error"],
40
"@typescript-eslint/no-unused-vars": ["warn", { "args": "none" }],
41
"import/no-named-as-default": ["warn"],
0 commit comments