Skip to content

Commit 215d4de

Browse files
committed
fix indenting in eslint
1 parent 07a8663 commit 215d4de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default tseslint.config(
1515
globals: globals.browser,
1616
parserOptions: {
1717
project: "./tsconfig.json",
18-
tsconfigRootDir: import.meta.dirname
18+
tsconfigRootDir: import.meta.dirname
1919
},
2020

2121
},

0 commit comments

Comments
 (0)