Skip to content

Commit fcd707a

Browse files
laurenpudzbendog
authored andcommitted
edit eslint config
1 parent 8fc16d9 commit fcd707a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

client/eslint.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import tsParser from "@typescript-eslint/parser";
66
const compat = new FlatCompat({
77
baseDirectory: import.meta.dirname,
88
})
9-
9+
1010
const eslintConfig = [
1111
...compat.config({
1212
extends: ["next/core-web-vitals", "next/typescript"]
@@ -32,5 +32,5 @@ const eslintConfig = [
3232
ignores: ["node_modules/**", ".next/**", "next-env.d.ts"]
3333
}
3434
]
35-
36-
export default eslintConfig
35+
36+
export default eslintConfig

0 commit comments

Comments
 (0)