mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
chore: upgrade to react 19 beta and next 14 canary
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
"next/core-web-vitals",
|
||||
"prettier"
|
||||
],
|
||||
"plugins": ["tailwindcss"],
|
||||
"plugins": ["tailwindcss", "eslint-plugin-react-compiler"],
|
||||
"rules": {
|
||||
"react-compiler/react-compiler": "error",
|
||||
"@next/next/no-html-link-for-pages": "off",
|
||||
"@typescript-eslint/explicit-module-boundary-types": "off",
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
|
||||
Reference in New Issue
Block a user