Skip to content

Commit

Permalink
💚 Fix: eslint npm scripts없어 오류나는 현상 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GraceKim527 committed Apr 2, 2024
1 parent ad85b8d commit 3c64430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write --cache ."
"format": "prettier --write --cache .",
"lint": "eslint src"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 3c64430

Please sign in to comment.