Skip to content

Commit

Permalink
Update eslintrc to match Prettier code style rec
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrunaKJ committed Nov 20, 2024
1 parent 8c80466 commit 3b1bfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
},
],
'no-continue': 'off',
'curly': ['error', 'all'],
curly: ['error', 'all'],
},
ignorePatterns: ['postcss.config.js'],
plugins: ['jest'],
Expand Down

0 comments on commit 3b1bfe2

Please sign in to comment.