Skip to content

Commit

Permalink
Merge pull request #79 from Xayanide/dev-lint-npm-script
Browse files Browse the repository at this point in the history
chore: add lint npm script
  • Loading branch information
Meowhal committed May 7, 2022
2 parents c189767 + 514c478 commit b26f4eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"dist": "rimraf dist && tsc",
"clean": "rimraf dist",
"build": "tsc",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"start": "node dist/cli/index.js",
"start:discord": "node dist/discord/index.js",
"node:cli": "node dist/cli/index.js",
Expand Down

0 comments on commit b26f4eb

Please sign in to comment.