Skip to content

Commit

Permalink
modify: remove unnecessary package
Browse files Browse the repository at this point in the history
  • Loading branch information
sota1235 committed Aug 25, 2024
1 parent 37bb5e1 commit 0b850d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.js",
"type": "module",
"scripts": {
"lint": "eslint",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"format": "npm run lint:fix && prettier . --write"
},
Expand All @@ -22,7 +22,6 @@
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"eslint": ">= 9",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
Expand Down

0 comments on commit 0b850d5

Please sign in to comment.