Skip to content

Commit

Permalink
feat: update allowTernary rule
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 10, 2024
1 parent 6c880b5 commit bac1621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,8 @@ module.exports = {
'error',
{
allowShortCircuit: true,
allowTernary: true,
allowTaggedTemplates: false,
allowTernary: false,
},
],
'@typescript-eslint/no-unused-vars': ['error', {argsIgnorePattern: '^_'}],
Expand Down

0 comments on commit bac1621

Please sign in to comment.