Skip to content

Commit

Permalink
add 'lint' command
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed May 1, 2024
1 parent 8225c50 commit ac79d26
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 @@ -33,7 +33,8 @@
"scripts": {
"format": "prettier --list-different \"**/*.js\"",
"format:fix": "prettier --write \"**/*.{js,json}\"",
"test": "jest"
"lint": "eslint lib test",
"test": "yarn jest --coverage"
},
"jestSonar": {
"sonar56x": true,
Expand Down

0 comments on commit ac79d26

Please sign in to comment.