mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"bracketSpacing": true,
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"arrowParens": "always"
|
|
}
|