We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f974469 commit a8eb457Copy full SHA for a8eb457
eslint.config.mjs
@@ -60,13 +60,11 @@ export default tseslint.config(
60
'@next/next/no-duplicate-head': 'off',
61
'@next/next/no-img-element': 'error',
62
'@next/next/no-page-custom-font': 'off',
63
- '@stylistic/semi': 'error',
64
- '@stylistic/ts/indent': ['error', 2],
65
- '@stylistic/jsx/jsx-indent': ['error', 2],
66
- 'comma-dangle': ['error', 'always-multiline'],
67
- 'arrow-parens': ['error', 'always'],
68
- semi: ['error', 'always'],
69
- quotes: ['error', 'single'],
+ // '@stylistic/indent': ['error', 2],
+ '@stylistic/comma-dangle': ['error', 'always-multiline'],
+ '@stylistic/arrow-parens': ['error', 'always'],
+ '@stylistic/semi': ['error', 'always'],
+ '@stylistic/quotes': ['error', 'single'],
70
},
71
72
);
package.json
@@ -26,7 +26,7 @@
26
"next-auth": "^4.24.11",
27
"react": "^19.1.1",
28
"react-dom": "^19.1.1",
29
- "web-vitals": "^5.0.3"
+ "web-vitals": "^5.1.0"
30
31
"devDependencies": {
32
"@eslint/eslintrc": "^3.3.1",
@@ -52,8 +52,8 @@
52
"eslint-plugin-react-hooks": "^5.2.0",
53
"pnpm": "^10.14.0",
54
"rimraf": "^6.0.1",
55
- "typescript": "^5.8.3",
+ "typescript": "^5.9.2",
56
"typescript-eslint": "^8.38.0"
57
58
- "packageManager": "pnpm@10.13.1"
+ "packageManager": "pnpm@10.14.0"
59
}
0 commit comments