Skip to content

Commit 00d9539

Browse files
committed
chore: linter config
Signed-off-by: Andres Correa Casablanca <castarco@coderspirit.xyz>
1 parent 60099a1 commit 00d9539

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ charset = utf-8
99
indent_style = tab
1010
indent_size = 2
1111
trim_trailing_whitespace = true
12+
13+
[package.json]
14+
indent_style = space
15+
indent_size = 2

.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ module.exports = {
2020
'eslint:recommended',
2121
'plugin:@typescript-eslint/strict-type-checked',
2222
'plugin:react/recommended',
23-
'plugin:react/jsx-runtime',
23+
'plugin:react/jsx-runtime',
2424
'plugin:react-hooks/recommended',
25+
'plugin:storybook/recommended'
2526
],
2627
settings: {
2728
react: {

0 commit comments

Comments
 (0)