Skip to content

Commit

Permalink
use prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Feb 22, 2020
1 parent 6071f33 commit 26537d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -20,11 +20,16 @@
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"prettier": "^1.19.1",
"rollup": "^1.31.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-multi-entry": "^2.1.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
}
}

0 comments on commit 26537d5

Please sign in to comment.