Skip to content

Commit

Permalink
update package.json to work with quality check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrayback committed Feb 8, 2024
1 parent c057427 commit e5723f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"scripts": {
"start": "ts-node index.ts",
"test": "jest",
"lint": "eslint --ext .ts . && prettier . --check",
"fix": "eslint --ext .ts . --fix && prettier . --write",
"formatting": "prettier . --check",
"lint": "eslint --ext .ts .",
"fix-lint": "eslint --ext .ts . --fix",
"fix-formatting": "prettier . --write",
"build": "tsc"
},
"repository": {
Expand Down

0 comments on commit e5723f2

Please sign in to comment.