Skip to content

Commit d3897db

Browse files
committed
Minor Changes
1 parent 5c2274a commit d3897db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"prop-types": "^15.6.0"
7474
},
7575
"lint-staged": {
76-
"*.{js*,ts*,json,md,css}": ["eslint", "prettier --write", "git add"]
76+
"*.js": ["eslint", "prettier --write", "git add"]
7777
},
7878
"typings": "dist/index.d.ts",
7979
"homepage": "https://github.com/bietkul/react-reactive-form#readme"

0 commit comments

Comments
 (0)