Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
overthemike committed Sep 1, 2024
1 parent b81f47f commit e2e9197
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ module.exports = {
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
'plugin:jsx-a11y/recommended',
'prettier'
'prettier',
],
ignorePatterns: ['dist/', 'examples/'],
settings: {
'import/resolver': {
typescript: true
typescript: true,
},
react: { version: 'detect' }
react: { version: 'detect' },
},
rules: {
'import/no-unresolved': ['error', { ignore: ['valtio-zod'] }],
Expand All @@ -32,8 +32,8 @@ module.exports = {
caughtErrorsIgnorePattern: '^_',
destructuredArrayIgnorePattern: '^_',
varsIgnorePattern: '^_',
ignoreRestSiblings: true
}
]
}
}
ignoreRestSiblings: true,
},
],
},
};

0 comments on commit e2e9197

Please sign in to comment.