We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cdbbf commit 1af0920Copy full SHA for 1af0920
.prettierrc
@@ -1,9 +1,10 @@
1
{
2
- "printWidth": 80,
3
- "tabWidth": 4,
4
- "useTabs": false,
5
- "trailingComma": "all",
6
- "singleQuote": true,
7
- "semi": true,
8
- "quoteProps": "consistent"
+ "printWidth": 80,
+ "tabWidth": 4,
+ "useTabs": false,
+ "trailingComma": "all",
+ "singleQuote": true,
+ "semi": true,
+ "quoteProps": "consistent",
9
+ "arrowParens": "always"
10
}
.storybook/manager.js
@@ -0,0 +1,6 @@
+import { addons } from '@storybook/addons';
+import theme from './theme';
+
+addons.setConfig({
+ theme,
+});
0 commit comments