Skip to content

Commit 1bf5359

Browse files
ctschachera-cordier
authored andcommitted
test: add entry in package.json to combine calls of lint & prettier
1 parent ffba94c commit 1bf5359

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/lib/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"lint:fix": "eslint . --fix",
1717
"format": "prettier --write .",
1818
"format:check": "prettier --check .",
19+
"lint-format": "yarn lint:fix && yarn format",
1920
"phelp": "prettier --check --help"
2021
},
2122
"prettier": {

0 commit comments

Comments
 (0)