Skip to content

Commit

Permalink
Format on validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Aug 28, 2024
1 parent 088a592 commit cfe149a
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 @@ -63,7 +63,7 @@
"eslint:fix": "npm run eslint:files -- src --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "npm run eslint && npm run sort-package-json",
"lint": "npm run format && npm run eslint && npm run sort-package-json",
"package": "vsce package",
"prepare": "git submodule update --init --recursive && cd ahk2 && npm install",
"sort-package-json": "sort-package-json --check",
Expand Down

0 comments on commit cfe149a

Please sign in to comment.