diff --git a/package.json b/package.json index 1b3aed2c42c..650a0dfa9b3 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,9 @@ "check:style": "run-p check:style:*", "check:style:scss": "stylelint \"src/**/*.scss\"", "check:style:ts": "eslint --cache \"src/**/*.ts\"", + "fix": "run-p fix:*", + "fix:style": "run-p fix:style:*", + "fix:style:ts": "eslint --cache \"src/**/*.ts\" --fix", "start": "ts-node -T tools/build --verbose --all --dirty --watch", "upgrade": "run-s upgrade:*", "upgrade:bump": "ncu --upgrade --filterVersion \"/^\\^/\"",