mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:11:10 +08:00
Merge pull request #6013 from storybooks/tech/sync-lineLength
SYNC printWidth prettier config
This commit is contained in:
commit
90c6062e70
@ -72,7 +72,7 @@ The prettier configuration that will be used to format the story source in the a
|
||||
Defaults:
|
||||
```js
|
||||
{
|
||||
printWidth: 120,
|
||||
printWidth: 100,
|
||||
tabWidth: 2,
|
||||
bracketSpacing: true,
|
||||
trailingComma: 'es5',
|
||||
@ -91,7 +91,7 @@ module.exports = function (baseConfig, env, defaultConfig) {
|
||||
loader: require.resolve('@storybook/addon-storysource/loader'),
|
||||
options: {
|
||||
prettierConfig: {
|
||||
printWidth: 80,
|
||||
printWidth: 100,
|
||||
singleQuote: false,
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
const defaultOptions = {
|
||||
prettierConfig: {
|
||||
printWidth: 120,
|
||||
printWidth: 100,
|
||||
tabWidth: 2,
|
||||
bracketSpacing: true,
|
||||
trailingComma: 'es5',
|
||||
|
Loading…
x
Reference in New Issue
Block a user