We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2274a commit d3897dbCopy full SHA for d3897db
package.json
@@ -73,7 +73,7 @@
73
"prop-types": "^15.6.0"
74
},
75
"lint-staged": {
76
- "*.{js*,ts*,json,md,css}": ["eslint", "prettier --write", "git add"]
+ "*.js": ["eslint", "prettier --write", "git add"]
77
78
"typings": "dist/index.d.ts",
79
"homepage": "https://github.com/bietkul/react-reactive-form#readme"
0 commit comments