Skip to content

Commit 9f48776

Browse files
author
bozdoz
committed
updates yarn lint to lint typescript files
1 parent 9009a15 commit 9f48776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"coveralls": "cat coverage/lcov.info | coveralls",
119119
"prettify": "prettier --write .",
120120
"prettier:check": "prettier --check .",
121-
"lint": "eslint .",
121+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
122122
"start": "cd docs && yarn start",
123123
"build:docs": "cd docs && yarn build:docs",
124124
"fresh": "rm -rf node_modules && yarn install",

0 commit comments

Comments
 (0)