Skip to content

Commit 00a3892

Browse files
committed
chore(scripts): Rename eslint -> lint
1 parent 6d0c26f commit 00a3892

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "replacement for `npm version` with automatic CHANGELOG generation",
55
"bin": "bin/cli.js",
66
"scripts": {
7-
"eslint": "eslint .",
8-
"eslint:fix": "npm run eslint -- --fix",
9-
"posttest": "npm run eslint && npm run format:check",
7+
"lint": "eslint .",
8+
"lint:fix": "npm run lint -- --fix",
9+
"posttest": "npm run lint && npm run format:check",
1010
"format:base": "prettier \"./**/*.{ts,js}\"",
1111
"format:fix": "npm run format:base -- --write",
1212
"format:check": "npm run format:base -- --check",

0 commit comments

Comments
 (0)