feat: restore prettier (#2630)

This commit is contained in:
Julien Fontanet
2018-02-08 17:45:16 +01:00
committed by GitHub
parent bf5daa1a9b
commit 8b155b62dc
6 changed files with 6 additions and 3 deletions

4
.prettierrc.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
semi: false,
singleQuote: true,
}