Skip to content

Commit

Permalink
chore: fixed package deps and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jun 6, 2022
1 parent aa798f1 commit 68b6c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-node": "^11.1.0",
"events.once": "^2.0.2",
"fixpack": "latest",
"fixpack": "^4.0.0",
"husky": "^8.0.1",
"into-stream": "^7.0.0",
"lint-staged": "^13.0.0",
Expand Down Expand Up @@ -153,8 +153,8 @@
"scripts": {
"ava": "cross-env NODE_ENV=test ava",
"dtslint": "cross-env NODE_ENV=test dtslint types",
"lint": "npm run lint:js && npm run lint:md",
"lint:js": "xo --ignore examples/",
"lint": "npm run lint:js && npm run lint:md && fixpack",
"lint:js": "xo --fix --ignore examples/",
"lint:md": "remark . -qfo",
"nyc": "cross-env NODE_ENV=test nyc ava",
"prepare": "husky install",
Expand Down

0 comments on commit 68b6c6c

Please sign in to comment.