Skip to content

Commit 3fc0ab1

Browse files
committed
fix: eslint config issue
1 parent 41e758f commit 3fc0ab1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frontend/eslint.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ const eslintConfig = [
99
...nextCoreWebVitals,
1010
...nextTypeScript,
1111
{
12+
settings: {
13+
react: {
14+
version: '19.0',
15+
},
16+
},
1217
rules: {
1318
'@typescript-eslint/consistent-type-imports': 'error',
1419
},

0 commit comments

Comments
 (0)