chuzhixin hace 4 años
padre
commit
236936fb9b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -32,7 +32,7 @@
     "pre-commit": "lint-staged"
   },
   "lint-staged": {
-    "*.{js,scss,vue}": [
+    "*.{js,jsx,vue}": [
       "vue-cli-service lint",
       "git add"
     ]