We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c7c16 commit 54bf154Copy full SHA for 54bf154
.eslintrc.json
package.json
@@ -12,7 +12,6 @@
12
"typecheck": "pnpm run build && tsc -p test --noEmit",
13
"build": "tsc -p lib",
14
"prepublishOnly": "pnpm run build",
15
- "posttest": "npm run eslint",
16
"mocha": "mocha --timeout 5000",
17
"coverage": "c8 report --reporter=text-lcov | coveralls",
18
"coverage-html": "npm run mocha && c8 report --reporter=html && serve coverage",
@@ -30,8 +29,6 @@
30
29
"auto-changelog": "^1.16.4",
31
"c8": "^3.5.0",
32
"coveralls": "^3.1.0",
33
- "eslint": "^6.8.0",
34
- "eslint-config-mklabs": "^1.0.9",
35
"inquirer-test": "^2.0.1",
36
"jsdoc-to-markdown": "^4.0.1",
37
"mocha": "^7.2.0",
0 commit comments