Skip to content

Commit c6d054c

Browse files
committed
Fix lint task for .jsx
1 parent d227e5a commit c6d054c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"clean": "rimraf lib/*",
8-
"lint": "eslint src",
8+
"lint": "eslint --ext .jsx,.js src",
99
"lint:staged": "lint-staged",
1010
"flow": "flow check",
1111
"test": "jest",

0 commit comments

Comments
 (0)