storybook/docs/.prettierrc
2022-08-09 14:50:14 +02:00

9 lines
143 B
Plaintext

{
"printWidth": 100,
"tabWidth": 2,
"bracketSpacing": true,
"trailingComma": "es5",
"singleQuote": true,
"arrowParens": "always"
}