mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
const base = require('@storybook/linter-config/prettier.config');
|
|
|
|
module.exports = {
|
|
...base,
|
|
arrowParens: 'always',
|
|
};
|