Skip to content

Commit

Permalink
update lint sctiprs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Aug 21, 2023
1 parent b36d0fd commit 17490b7
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 @@ -5,7 +5,8 @@
"main": "index.cjs",
"bin": "./bin/cli.js",
"scripts": {
"lint": "eslint index.cjs",
"lint": "eslint index.cjs bin",
"lint:fix": "eslint --fix index.cjs bin",
"prettier": "prettier --write \"**/*.+(json|yml|css|md|mdx)\""
},
"repository": {
Expand Down

0 comments on commit 17490b7

Please sign in to comment.