Browse Source

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

Azat Gataullin 5 years ago
parent
commit
2966881d69
1 changed files with 1 additions and 2 deletions
  1. 1 2
      kafka-ui-react-app/package.json

+ 1 - 2
kafka-ui-react-app/package.json

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