rsnext/examples/with-orbit-components/.babelrc
Jens Meindertsma a3c47721a1
Include all files in Prettier (#17050)
This uses the "Expand directories" feature introduces in Prettier 2.0 to automatically format all supported file types.

Also, I fixed some badly formatted files.
2020-09-14 02:53:19 +00:00

7 lines
141 B
Text

{
"presets": ["next/babel"],
"plugins": [
["styled-components", { "ssr": true }],
"@kiwicom/babel-plugin-orbit-components"
]
}