Skip to content

Commit

Permalink
chore: lint remove fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuineng authored and yihuineng committed Aug 11, 2023
1 parent 8f41d43 commit 992dcf0
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 @@ -41,7 +41,8 @@
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha --require ts-node/register",
"lint": "eslint --ext js,ts --fix lib test",
"lint": "eslint --ext js,ts lib test",
"lint:fix": "eslint --ext js,ts --fix lib test",
"prepublishOnly": "npm run build",
"build": "sh ./build.sh",
"contributor": "git-contributor"
Expand Down

0 comments on commit 992dcf0

Please sign in to comment.