Skip to content

Commit

Permalink
refactor: Add linting command to package.json
Browse files Browse the repository at this point in the history
Implements #760
  • Loading branch information
mountaindude committed Aug 21, 2023
1 parent c24c446 commit b8332f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"format1": "npm run format",
"format": "npm run format:prettier",
"format:prettier": "npx prettier --config .prettierrc \"./**/*.{ts,css,less,js}\" --write",
"start": "fastify start -l info app.js",
"dev": "fastify start -w -l info -P app.js"
"butler": "node src/butler.js",
"lint": "npx eslint src/**/*.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b8332f8

Please sign in to comment.