Skip to content

Commit

Permalink
fixup! chore(quality): add scripts for code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 10, 2025
1 parent 8a4245b commit 825ca43
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 @@ -20,7 +20,7 @@
"license:check": "license-check-and-add check -f license-config.json",
"license:apply": "license-check-and-add add -f license-config.json",
"lint": "yarn lint:check",
"lint:check": "yarn eslint src/openshift integration-tests --fix && stylelint 'src/openshift/**/*.css' --allow-empty-input",
"lint:check": "yarn eslint src/openshift integration-tests && stylelint 'src/openshift/**/*.css' --allow-empty-input",
"lint:apply": "yarn eslint src/openshift integration-tests --fix && stylelint 'src/openshift/**/*.css' --allow-empty-input --fix",
"localize": "i18next \"src/openshift/**/*.{js,jsx,ts,tsx,json}\" -c ./i18next-parser.config.js",
"format": "yarn format:check",
Expand Down

0 comments on commit 825ca43

Please sign in to comment.