1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-03-25 05:03:10 +08:00
storybook/scripts/prettier.config.js

13 lines
217 B
JavaScript
Raw Normal View History

const base = require('@storybook/linter-config/prettier.config');
module.exports = {
...base,
arrowParens: 'always',
overrides: [
{
files: '*.html',
options: { parser: 'babel' },
},
],
};