Skip to content

Commit

Permalink
chore(package): tidy script lint
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jul 14, 2023
1 parent 69c3252 commit 8d84987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build:watch": "tsc --watch",
"clean": "rm -rf cjs coverage docs esm",
"docs": "typedoc",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
"lint": "eslint --ignore-path .gitignore --ext .js,.mjs,.ts .",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"postinstall": "husky install",
Expand Down

0 comments on commit 8d84987

Please sign in to comment.