1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-03-31 05:03:21 +08:00
storybook/scripts/prettier.config.js
2022-10-28 08:20:58 -04:00

7 lines
125 B
JavaScript

const base = require('@storybook/linter-config/prettier.config');
module.exports = {
...base,
arrowParens: 'always',
};