Skip to content

Commit b143d77

Browse files
adding projects to channels
1 parent f872859 commit b143d77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eslint.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ export default typescriptEslint.config(
1616
sourceType: "module",
1717
globals: globals.browser,
1818
parserOptions: {
19-
parser: typescriptEslint.parser,
19+
parser: {
20+
ts: typescriptEslint.parser,
21+
},
22+
tsconfigRootDir: import.meta.dirname,
2023
},
2124
},
2225
rules: {

0 commit comments

Comments
 (0)