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 f057363 commit c3be975Copy full SHA for c3be975
common/eslint-config/eslint.config.mjs
@@ -34,7 +34,6 @@ export default tseslint.config(
34
'import/resolver': {
35
typescript: {
36
// Let the TS resolver handle NodeNext-style imports like "./foo.js"
37
- // while the actual file is "./foo.ts"
38
extensions: ['.js', '.jsx', '.ts', '.tsx', '.d.ts'],
39
// Use the tsconfig in each package root (when running ESLint from that package)
40
project: 'tsconfig.json'
0 commit comments