Explorar el Código

fix typo in package.json (#1454)

dong hace 8 años
padre
commit
e09da6b5ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -86,7 +86,7 @@
   },
   "lint-staged": {
     "**/*.{js,jsx,less}": [
-      "prettier --wirter",
+      "prettier --write",
       "git add"
     ],
     "**/*.{js,jsx}": "lint-staged:js",