We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad6784 commit dac3280Copy full SHA for dac3280
1 file changed
package.json
@@ -76,7 +76,7 @@
76
"rimraf": "^2.6.1"
77
},
78
"lint-staged": {
79
- "src/*.js": [
+ "src/*.{js,jsx}": [
80
"lint",
81
"git add",
82
"npm test -- -b --findRelatedTests"
0 commit comments