Skip to content

Commit 30222ff

Browse files
committed
temp
1 parent 6e5f03b commit 30222ff

File tree

3 files changed

+4
-1696
lines changed

3 files changed

+4
-1696
lines changed

eslint.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ const compat = new FlatCompat({
1818

1919
const eslintConfig = ts.config(
2020
js.configs.recommended,
21-
...compat.extends(
22-
'next/core-web-vitals' /*, 'next/typescript'*/ /*added by ts below*/,
23-
),
21+
// ...compat.extends(
22+
// 'next/core-web-vitals' /*, 'next/typescript'*/ /*added by ts below*/,
23+
// ),
2424
{
2525
ignores: [
2626
'node_modules/**',

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"@types/react": "19.1.10",
5757
"@types/react-dom": "19.1.7",
5858
"eslint": "9.33.0",
59-
"eslint-config-next": "15.5.0",
6059
"eslint-config-prettier": "10.1.8",
6160
"eslint-plugin-oxlint": "1.11.2",
6261
"oxlint": "1.11.2",

0 commit comments

Comments
 (0)