Skip to content

Commit 440a311

Browse files
authored
fix: disable fast-import unresolved imports rule in website eslint config (#1150)
1 parent 2886656 commit 440a311

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/website/eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default tseslint.config(
5555
rules: {
5656
"no-restricted-syntax": "off",
5757
"fast-import/no-unused-exports": "off",
58+
"fast-import/no-unresolved-imports": "off",
5859
},
5960
},
6061
{

eslint.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export default tseslint.config(
6666
project: packagesTsConfigs,
6767
projectService: true,
6868
tsconfigRootDir: dirname,
69-
// warnOnUnsupportedTypeScriptVersion: false,
7069
},
7170
},
7271
plugins: {

0 commit comments

Comments
 (0)