We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89527e commit 3f4a760Copy full SHA for 3f4a760
package.json
@@ -35,6 +35,7 @@
35
"eslint": "8.21.0",
36
"eslint-config-prettier": "^8.5.0",
37
"eslint-plugin-eslint-plugin": "5.0.2",
38
+ "eslint-formatter-checklist": "^0.0.1",
39
"eslint-plugin-markdownlint": "^0.4.0",
40
"eslint-plugin-security": "^1.5.0",
41
"lockfile-lint": "^4.7.7",
@@ -52,8 +53,8 @@
52
53
"build": "rimraf ./dist && tsc -p tsconfig.build.json",
54
"typecheck": "tsc -p tsconfig.json --noEmit",
55
"test": "cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha",
- "lint": "lockfile-lint && eslint .",
56
- "lint:fix": "eslint . --fix",
+ "lint": "lockfile-lint && eslint -f checklist .",
57
+ "lint:fix": "eslint -f checklist --fix .",
58
"prepublishOnly": "npm run build"
59
},
60
"engines": {
0 commit comments