Skip to content

Commit 57234af

Browse files
Cleanup
1 parent 7a9e60d commit 57234af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ export default tseslint.config(
307307
settings: {
308308
'import/resolver': {
309309
typescript: {
310-
alwaysTryTypes: true, // Always try to resolve types
311-
project: './tsconfig.json', // Specify the path to your tsconfig.json
310+
alwaysTryTypes: true,
311+
project: './tsconfig.json',
312312
},
313313
},
314314
},

0 commit comments

Comments
 (0)