Skip to content

Commit

Permalink
chore(scripts): Rename eslint -> lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Oct 21, 2024
1 parent 6d0c26f commit 00a3892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "replacement for `npm version` with automatic CHANGELOG generation",
"bin": "bin/cli.js",
"scripts": {
"eslint": "eslint .",
"eslint:fix": "npm run eslint -- --fix",
"posttest": "npm run eslint && npm run format:check",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"posttest": "npm run lint && npm run format:check",
"format:base": "prettier \"./**/*.{ts,js}\"",
"format:fix": "npm run format:base -- --write",
"format:check": "npm run format:base -- --check",
Expand Down

0 comments on commit 00a3892

Please sign in to comment.