Commit e09da6b5 authored by dong's avatar dong Committed by 偏右

fix typo in package.json (#1454)

parent c92252f9
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
}, },
"lint-staged": { "lint-staged": {
"**/*.{js,jsx,less}": [ "**/*.{js,jsx,less}": [
"prettier --wirter", "prettier --write",
"git add" "git add"
], ],
"**/*.{js,jsx}": "lint-staged:js", "**/*.{js,jsx}": "lint-staged:js",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment