mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
3ea9496a8b
The docs were ignored by biome, this fixes it. With this change - The docs are no longer ignored by the formatter and the linter - Custom components in the docs were updated to satisfy the linter - All the files in the docs were formatted. There is no new feature or change.
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
module.exports = {
|
|
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
|
|
};
|