Skip to content

Commit

Permalink
chore: remove eslint
Browse files Browse the repository at this point in the history
eslint suddenly fails, so it needs to be removed for the time being
  • Loading branch information
KSXGitHub committed May 11, 2024
1 parent 96c7c16 commit 54bf154
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"typecheck": "pnpm run build && tsc -p test --noEmit",
"build": "tsc -p lib",
"prepublishOnly": "pnpm run build",
"posttest": "npm run eslint",
"mocha": "mocha --timeout 5000",
"coverage": "c8 report --reporter=text-lcov | coveralls",
"coverage-html": "npm run mocha && c8 report --reporter=html && serve coverage",
Expand All @@ -30,8 +29,6 @@
"auto-changelog": "^1.16.4",
"c8": "^3.5.0",
"coveralls": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-mklabs": "^1.0.9",
"inquirer-test": "^2.0.1",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^7.2.0",
Expand Down

0 comments on commit 54bf154

Please sign in to comment.