Skip to content

Commit

Permalink
chore: update lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
erikian committed Nov 5, 2023
1 parent 89ef82f commit d01d2c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@
"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"coverage": "nyc ava test/index.js",
"docs:build": "node test/ci/build_docs.js",
"lint": "npm run lint:js && npm run lint:ts",
"lint:js": "eslint .",
"lint:ts": "eslint --config .eslintrc.typescript.js --ext .ts .",
"lint": "eslint --ext .ts .",
"pretest": "@build",
"test": "npm run lint && npm run coverage"
},
Expand Down

0 comments on commit d01d2c0

Please sign in to comment.