Skip to content

Commit

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

0 comments on commit 5ec3c4e

Please sign in to comment.