storybook/.prettierrc

9 lines
143 B
Plaintext
Raw Normal View History

2018-10-29 19:06:15 +08:00
{
"printWidth": 100,
"tabWidth": 2,
"bracketSpacing": true,
"trailingComma": "es5",
2020-05-01 13:25:04 +02:00
"singleQuote": true,
"arrowParens": "always"
2018-10-29 19:06:15 +08:00
}