Skip to content

Commit 493db5f

Browse files
committed
Fix build
1 parent f3f83ba commit 493db5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default tseslint.config({
3535

3636
rules: {
3737
"@typescript-eslint/explicit-module-boundary-types": ["warn", { "allowArgumentsExplicitlyTypedAsAny": true }],
38-
"import/no-unresolved": ["error", { "ignore": [ "geojson", "virtual:icons" ], "caseSensitive": true }],
38+
"import/no-unresolved": ["error", { "ignore": [ "geojson", "virtual:icons", "virtual:languages" ], "caseSensitive": true }],
3939
"import/no-extraneous-dependencies": ["error"],
4040
"@typescript-eslint/no-unused-vars": ["warn", { "args": "none" }],
4141
"import/no-named-as-default": ["warn"],

0 commit comments

Comments
 (0)