Skip to content

Commit

Permalink
BAASW-000 add rule for curly braces as per Neo style guide (#27)
Browse files Browse the repository at this point in the history
* BAASW-000 add rule for curly braces as per Neo style guide

* BAASW-000 error on missing curly braces
  • Loading branch information
jordanbrauer authored Jan 11, 2023
1 parent d9b9c7f commit 6869ab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = {
},
],
rules: {
curly: 'error',
eqeqeq: ['error', 'smart'],
'func-names': ['warn', 'as-needed'],
'no-bitwise': 'warn',
Expand Down

0 comments on commit 6869ab9

Please sign in to comment.