Skip to content

Commit

Permalink
chore: add scripts to fix lint (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed May 6, 2023
1 parent 62f539c commit e3e9cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -30,6 +30,9 @@
"lint:spelling": "cspell \"**/*.*\"",
"lint:types": "tsc --pretty --noEmit",
"lint": "npm-run-all -l -p \"lint:**\"",
"fix:js": "npm run lint:js -- --fix",
"fix:prettier": "npm run lint:prettier -- --write",
"fix": "npm-run-all -l fix:js fix:prettier",
"prepare": "husky install && npm run build",
"release": "standard-version",
"security": "npm audit --production",
Expand Down

0 comments on commit e3e9cd6

Please sign in to comment.