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 f324a31 commit d597bffCopy full SHA for d597bff
.eslintrc.cjs
@@ -5,6 +5,10 @@ module.exports = {
5
'eslint:recommended',
6
'plugin:@typescript-eslint/recommended',
7
'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'
12
],
13
ignorePatterns: ['dist', '.eslintrc.cjs'],
14
parser: '@typescript-eslint/parser',
bun.lockb
0 Bytes
0 commit comments