rsnext/examples/with-react-intl/.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

13 lines
246 B
Text

{
"presets": ["next/babel"],
"plugins": [
[
"babel-plugin-react-intl",
{
"ast": true,
"idInterpolationPattern": "[sha512:contenthash:base64:6]",
"extractFromFormatMessageCall": true
}
]
]
}