Skip to content

Commit

Permalink
📦 eslint内部の依存関係により正しくlintが動かなかったので、ライブラリのバージョンを固定(yarnpkg/yarn#8976 (…
Browse files Browse the repository at this point in the history
  • Loading branch information
tamashiro-syuta committed Jun 17, 2024
1 parent 43459ff commit 5ed28d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/react-dom": "18.0.6",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint": "8.0.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -52,6 +52,9 @@
"tailwindcss": "^3.1.5",
"typescript": "4.7.4"
},
"resolutions": {
"strip-ansi": "^6.0.1"
},
"lint-staged": {
"*.{css,scss}": [
"stylelint --fix"
Expand Down

0 comments on commit 5ed28d8

Please sign in to comment.