Skip to content

Commit

Permalink
Update .eslintrc.js to forbid braceless single-line if statements
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrunaKJ authored Nov 20, 2024
1 parent 73687ba commit ac04e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = {
},
],
'no-continue': 'off',
'curly': ['error', 'all'],
},
ignorePatterns: ['postcss.config.js'],
plugins: ['jest'],
Expand Down

0 comments on commit ac04e02

Please sign in to comment.