Skip to content

Commit 54bf154

Browse files
committed
chore: remove eslint
eslint suddenly fails, so it needs to be removed for the time being
1 parent 96c7c16 commit 54bf154

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.eslintrc.json

-9
This file was deleted.

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"typecheck": "pnpm run build && tsc -p test --noEmit",
1313
"build": "tsc -p lib",
1414
"prepublishOnly": "pnpm run build",
15-
"posttest": "npm run eslint",
1615
"mocha": "mocha --timeout 5000",
1716
"coverage": "c8 report --reporter=text-lcov | coveralls",
1817
"coverage-html": "npm run mocha && c8 report --reporter=html && serve coverage",
@@ -30,8 +29,6 @@
3029
"auto-changelog": "^1.16.4",
3130
"c8": "^3.5.0",
3231
"coveralls": "^3.1.0",
33-
"eslint": "^6.8.0",
34-
"eslint-config-mklabs": "^1.0.9",
3532
"inquirer-test": "^2.0.1",
3633
"jsdoc-to-markdown": "^4.0.1",
3734
"mocha": "^7.2.0",

0 commit comments

Comments
 (0)