Skip to content

Commit

Permalink
feat(NPM): define script to lint and check linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TAnas0 committed Sep 11, 2024
1 parent f936c28 commit 8089cb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build:production": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "git-cz",
"lint": "eslint ."
"lint:check": "prettier . --check",
"lint:write": "prettier . --write"
},
"prisma": {
"seed": "ts-node src/prisma/seed.ts",
Expand Down

0 comments on commit 8089cb8

Please sign in to comment.