Commit 774f8d43 authored by jim's avatar jim

no perttier package.json

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