Skip to content

Commit

Permalink
chore: turn off eslint bracket spacing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarhenrq committed Sep 26, 2023
1 parent 5ec3c4e commit 53960da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ module.exports = {
quotes: ['error', 'single'],
semi: ['error', 'always'],
eqeqeq: 'error',
'prettier/prettier': [
'off',
{
bracketSpacing: true,
},
],
},
env: {
browser: true,
Expand Down

0 comments on commit 53960da

Please sign in to comment.