storybook/scripts/.prettierrc
2022-07-23 17:15:13 +02:00

9 lines
143 B
Plaintext

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