We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0c26f commit 00a3892Copy full SHA for 00a3892
package.json
@@ -4,9 +4,9 @@
4
"description": "replacement for `npm version` with automatic CHANGELOG generation",
5
"bin": "bin/cli.js",
6
"scripts": {
7
- "eslint": "eslint .",
8
- "eslint:fix": "npm run eslint -- --fix",
9
- "posttest": "npm run eslint && npm run format:check",
+ "lint": "eslint .",
+ "lint:fix": "npm run lint -- --fix",
+ "posttest": "npm run lint && npm run format:check",
10
"format:base": "prettier \"./**/*.{ts,js}\"",
11
"format:fix": "npm run format:base -- --write",
12
"format:check": "npm run format:base -- --check",
0 commit comments