Skip to content

Commit

Permalink
chore: revert lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordy Quak committed Jul 15, 2024
1 parent d36914a commit a6698c8
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 @@ -17,7 +17,7 @@
"build:docs": "typedoc src/index.ts --exclude tests/**/*.test.ts",
"fix": "prettier --check 'src/**/*.ts' 'tests/**/*.ts'",
"fix:write": "prettier --write 'src/**/*.ts' 'tests/**/*.ts'",
"lint": "eslint",
"lint": "eslint src tests --ext .ts",
"test": "ts-node node_modules/tape/bin/tape tests/**/*.test.ts",
"prepare": "husky"
},
Expand Down

0 comments on commit a6698c8

Please sign in to comment.