Skip to content

Commit 3f4a760

Browse files
committed
eslint-formatter-checklist
1 parent a89527e commit 3f4a760

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"eslint": "8.21.0",
3636
"eslint-config-prettier": "^8.5.0",
3737
"eslint-plugin-eslint-plugin": "5.0.2",
38+
"eslint-formatter-checklist": "^0.0.1",
3839
"eslint-plugin-markdownlint": "^0.4.0",
3940
"eslint-plugin-security": "^1.5.0",
4041
"lockfile-lint": "^4.7.7",
@@ -52,8 +53,8 @@
5253
"build": "rimraf ./dist && tsc -p tsconfig.build.json",
5354
"typecheck": "tsc -p tsconfig.json --noEmit",
5455
"test": "cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha",
55-
"lint": "lockfile-lint && eslint .",
56-
"lint:fix": "eslint . --fix",
56+
"lint": "lockfile-lint && eslint -f checklist .",
57+
"lint:fix": "eslint -f checklist --fix .",
5758
"prepublishOnly": "npm run build"
5859
},
5960
"engines": {

0 commit comments

Comments
 (0)