Skip to content

Commit

Permalink
build: rm extraneous --ext option usage in lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed May 5, 2023
1 parent 0a99072 commit 0839379
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 @@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"compile": "tsc",
"lint": "eslint --ext .js,.ts .",
"lint": "eslint .",
"editorconfig": "editorconfig-checker",
"unit": "ava",
"test": "run-s clean-artifacts editorconfig compile lint unit",
Expand Down

0 comments on commit 0839379

Please sign in to comment.