Add prettier

This commit is contained in:
soupette 2018-05-16 15:03:54 +02:00
parent eeaba813e0
commit ba89dcf5dd
2 changed files with 3 additions and 1 deletions

View File

@ -46,6 +46,7 @@
], ],
"pre-commit": [ "pre-commit": [
"clean", "clean",
"prettier",
"lint" "lint"
], ],
"repository": { "repository": {

View File

@ -38,6 +38,7 @@
"webpack": "^4.6.0" "webpack": "^4.6.0"
}, },
"dependencies": { "dependencies": {
"babel-eslint": "^8.2.3" "babel-eslint": "^8.2.3",
"prettier": "^1.12.1"
} }
} }