gatsby-starter-deck/.prettierrc
Fabian Schultz 6c9c2ac3b0
[WIP] Update to Gatsby v2 (#8)
* First changes, cache is broken.

* Fix caching issue by using a plugin.

* Revert plugin decision, fix hot reloading.

* Update readme.

* Fix caching issue.

* Update dependencies.

* Add prettier.

* Switch back to gatsby RC to fix page transitions.

* Update readme.

* Update gatsby.

* Typo.
2018-09-19 09:24:14 -04:00

10 lines
168 B
Plaintext

{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"parser": "babylon",
"semi": true
}