Skip to content

Commit

Permalink
feat: eslintConfig rule 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
masiljangajji committed Oct 31, 2024
1 parent f9cdfb6 commit 4e4b568
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"extends": [
"react-app",
"react-app/jest"
]
],
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "error"
}
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 4e4b568

Please sign in to comment.