Skip to content

Commit b366f54

Browse files
committed
Remove unnecessary ext argument
1 parent a0a0068 commit b366f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build-cjs": "tsc --project tsconfig.build.json --outDir dist/cjs --module commonjs",
1818
"clean": "rimraf dist",
1919
"jest": "jest",
20-
"lint": "eslint src --ext .js,.ts",
20+
"lint": "eslint src",
2121
"postinstall": "husky install",
2222
"prepack": "yarn clean && yarn build",
2323
"prettier": "prettier --check . --cache",

0 commit comments

Comments
 (0)