Skip to content

Commit

Permalink
chore(package.json): added --fix for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
niloysikdar committed Jan 1, 2022
1 parent aa2a626 commit f9304e3
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 @@ -27,7 +27,7 @@
"build": "tsc -p tsconfig.json",
"watch": "tsc --watch",
"cm": "cz",
"lint": "eslint src/**/*",
"lint": "eslint src/**/* --fix",
"prettier:fix": "prettier --write .",
"prettier:check": "prettier --check .",
"lint-staged": "lint-staged",
Expand Down

0 comments on commit f9304e3

Please sign in to comment.