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 2886656 commit 440a311Copy full SHA for 440a311
apps/website/eslint.config.ts
@@ -55,6 +55,7 @@ export default tseslint.config(
55
rules: {
56
"no-restricted-syntax": "off",
57
"fast-import/no-unused-exports": "off",
58
+ "fast-import/no-unresolved-imports": "off",
59
},
60
61
{
eslint.config.ts
@@ -66,7 +66,6 @@ export default tseslint.config(
66
project: packagesTsConfigs,
67
projectService: true,
68
tsconfigRootDir: dirname,
69
- // warnOnUnsupportedTypeScriptVersion: false,
70
71
72
plugins: {
0 commit comments