Skip to content

Commit c51d8db

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

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,jsx}": [
79+
"*.{js,jsx}": [
8080
"lint",
8181
"git add",
8282
"npm test -- -b --findRelatedTests"

0 commit comments

Comments
 (0)