Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Apr 22, 2024
1 parent 5840d00 commit bda7caa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 255 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@types/node": "20.12.7",
"concurrently": "8.2.2",
"eslint": "9.1.0",
"next": "14.2.2",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"tsx": "4.7.2",
Expand Down
206 changes: 1 addition & 205 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/flat-configs/custom/custom-rules/non-compatible.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const eslintMajorVersion = Number.parseInt(Linter.version, 10)
export const nonCompatibleRules: FlatConfigRules =
eslintMajorVersion > 8
? {
'@next/next/no-duplicate-head': 'off',
'compat/compat': 'off',
'import/first': 'off',
'import/newline-after-import': 'off',
Expand Down
Loading

0 comments on commit bda7caa

Please sign in to comment.