Skip to content

Commit d597bff

Browse files
add missing eslint prettier config
1 parent f324a31 commit d597bff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.eslintrc.cjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ module.exports = {
55
'eslint:recommended',
66
'plugin:@typescript-eslint/recommended',
77
'plugin:react-hooks/recommended',
8+
'prettier',
9+
// This disables the formatting rules in ESLint that Prettier is going to be responsible for handling.
10+
// Make sure it's always the last config, so it gets the chance to override other configs.
11+
'eslint-config-prettier'
812
],
913
ignorePatterns: ['dist', '.eslintrc.cjs'],
1014
parser: '@typescript-eslint/parser',

bun.lockb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)