We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60099a1 commit 00d9539Copy full SHA for 00d9539
.editorconfig
@@ -9,3 +9,7 @@ charset = utf-8
9
indent_style = tab
10
indent_size = 2
11
trim_trailing_whitespace = true
12
+
13
+[package.json]
14
+indent_style = space
15
+indent_size = 2
.eslintrc.cjs
@@ -20,8 +20,9 @@ module.exports = {
20
'eslint:recommended',
21
'plugin:@typescript-eslint/strict-type-checked',
22
'plugin:react/recommended',
23
- 'plugin:react/jsx-runtime',
+ 'plugin:react/jsx-runtime',
24
'plugin:react-hooks/recommended',
25
+ 'plugin:storybook/recommended'
26
],
27
settings: {
28
react: {
0 commit comments