Commit 774f8d43 authored by jim's avatar jim

no perttier package.json

parent b5dfc1f4
**/*.md
**/*.svg
\ No newline at end of file
**/*.svg
package.json
\ No newline at end of file
......@@ -84,12 +84,19 @@
"puppeteer": "^1.1.1"
},
"lint-staged": {
"**/*.{js,jsx,less}": ["prettier --wirter", "git add"],
"**/*.{js,jsx,less}": [
"prettier --wirter",
"git add"
],
"**/*.{js,jsx}": "lint-staged:js",
"**/*.less": "stylelint --syntax less"
},
"engines": {
"node": ">=8.0.0"
},
"browserslist": ["> 1%", "last 2 versions", "not ie <= 10"]
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}
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