Downgrade TS, eslint support. Upgrade ewling config next & eslint plugin react.

This commit is contained in:
Lucid Kobold
2022-04-01 16:57:14 -05:00
parent f6f78ce7a6
commit 5c7294dfc1
2 changed files with 201 additions and 115 deletions

View File

@@ -33,13 +33,13 @@
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-next": "<12.1.0",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "<7.28.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "<=4.3.0",
"prettier": "^2.6.1",
"typescript": "^4.6.3"
"typescript": "<4.6.0"
},
"packageManager": "yarn@3.1.0"
}