Skip to content

Commit

Permalink
chore: add scripts to fix lint (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed May 6, 2023
1 parent dff4bba commit 520b22b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -26,6 +26,9 @@
"lint:js": "eslint --cache .",
"lint": "npm-run-all -l -p \"lint:**\"",
"test:only": "cross-env NODE_ENV=test jest",
"fix:js": "npm run lint:js -- --fix",
"fix:prettier": "npm run lint:prettier -- --write",
"fix": "npm-run-all -l fix:js fix:prettier",
"lint:spelling": "cspell \"**/*.*\"",
"test:watch": "npm run test:only -- --watch",
"test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
Expand Down

0 comments on commit 520b22b

Please sign in to comment.