rsnext/examples/with-tailwindcss-emotion/.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

4 lines
82 B
Text

{
"presets": ["next/babel"],
"plugins": ["macros", "@emotion/babel-plugin"]
}