enhancement/24-remove-extra-command-in-lint-staged

This commit is contained in:
Azat Gataullin 2020-04-14 15:33:59 +03:00
parent 0d9a6abc91
commit 2966881d69

View file

@ -39,8 +39,7 @@
"*.{js,ts,jsx,tsx}": [
"eslint -c .eslintrc.json --fix",
"git add"
],
"*.js": "eslint --cache --fix"
]
},
"scripts": {
"start": "react-scripts start",