Skip to content

Commit

Permalink
chore: #3 pakage파일에 rules 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bbmini96 committed Jul 22, 2024
1 parent 046df19 commit 4126a05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"extends": [
"react-app",
"react-app/jest"
]
],
"rules": {
"no-unused-vars": "off"
}
},
"browserslist": {
"production": [
Expand All @@ -42,8 +45,5 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3"
},
"rules": {
"no-unused-vars": "off"
}
}
}

0 comments on commit 4126a05

Please sign in to comment.