Skip to content

Commit

Permalink
fix(lint): error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomio committed Mar 8, 2022
1 parent 3877e04 commit c22914c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"./register.mjs"
],
"scripts": {
"lint": "eslint src tests --ext ts --fix",
"format": "prettier --write {src,tests}/**/*.ts",
"lint": "eslint src --ext ts --fix",
"format": "prettier --write src/**/*.ts",
"docs": "typedoc",
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit c22914c

Please sign in to comment.