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 96b7a6f commit 95f6714Copy full SHA for 95f6714
eslint.config.js
@@ -17,12 +17,12 @@ export default [
17
eslintPromise.configs['flat/recommended'],
18
eslintImport.flatConfigs.recommended,
19
{
20
- rules: {
21
- 'import/no-unresolved': 'off'
22
- },
23
languageOptions: {
24
ecmaVersion: 'latest',
25
sourceType: 'module'
+ },
+ settings: {
+ 'import/resolver': 'typescript'
26
}
27
},
28
package.json
@@ -30,6 +30,7 @@
30
"@rollup/plugin-terser": "^0.4.4",
31
"@types/node": "^24.0.13",
32
"eslint": "^9.31.0",
33
+ "eslint-import-resolver-typescript": "^4.4.4",
34
"eslint-plugin-import": "^2.32.0",
35
"eslint-plugin-n": "^17.21.0",
36
"eslint-plugin-promise": "^7.2.1",
0 commit comments