Skip to content

Commit

Permalink
Switch tsdx lint to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Oct 28, 2021
1 parent afb7f7a commit 63a3f1e
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 @@ -28,7 +28,7 @@
"build": "tsdx build --format esm --target node",
"test": "tsdx test",
"test-local": "rm -rf ./__tests__/fixtures/__temp && yarn test",
"lint": "tsdx lint src __tests__ --max-warnings 0",
"lint": "eslint . --max-warnings 0",
"prepare": "yarn build",
"size": "size-limit",
"analyze": "size-limit --why",
Expand Down

0 comments on commit 63a3f1e

Please sign in to comment.