Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Aug 31, 2023
1 parent abb08bb commit 5239418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"exports": "./index.cjs",
"scripts": {
"lint": "eslint index.cjs bin/cli.mjs",
"lint:fix": "eslint --fix index.cjs bin/cli.mjs",
"lint:fix": "eslint index.cjs bin/cli.mjs --fix",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown ."
},
Expand Down

0 comments on commit 5239418

Please sign in to comment.