Skip to content

Commit

Permalink
boolean-conditional-rendering Eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rayane-djouah committed Oct 3, 2024
1 parent 61d9172 commit 376fef6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 35 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ module.exports = {
files: ['*.ts', '*.tsx'],
rules: {
'rulesdir/prefer-at': 'error',
'rulesdir/boolean-conditional-rendering': 'error',
},
},
],
Expand Down
42 changes: 8 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"electron-builder": "25.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-expensify": "^2.0.60",
"eslint-config-expensify": "github:Expensify/eslint-config-expensify#46040c1628e4680433f3d9b9dde977d347aac05a",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-jest": "^28.6.0",
Expand Down

0 comments on commit 376fef6

Please sign in to comment.