Skip to content

Commit c3be975

Browse files
committed
clean up
1 parent f057363 commit c3be975

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/eslint-config/eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export default tseslint.config(
3434
'import/resolver': {
3535
typescript: {
3636
// Let the TS resolver handle NodeNext-style imports like "./foo.js"
37-
// while the actual file is "./foo.ts"
3837
extensions: ['.js', '.jsx', '.ts', '.tsx', '.d.ts'],
3938
// Use the tsconfig in each package root (when running ESLint from that package)
4039
project: 'tsconfig.json'

0 commit comments

Comments
 (0)