Skip to content

Commit dac3280

Browse files
committed
Fix lint-staged task for jsx
1 parent 5ad6784 commit dac3280

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
@@ -76,7 +76,7 @@
7676
"rimraf": "^2.6.1"
7777
},
7878
"lint-staged": {
79-
"src/*.js": [
79+
"src/*.{js,jsx}": [
8080
"lint",
8181
"git add",
8282
"npm test -- -b --findRelatedTests"

0 commit comments

Comments
 (0)