Skip to content

Commit

Permalink
added rule to bypass comma check
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Oct 24, 2024
1 parent 768c5a7 commit 87e9d3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/cli/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
'@typescript-eslint/space-before-function-paren': 'off',
'@typescript-eslint/strict-boolean-expressions': 'off',
'@typescript-eslint/prefer-nullish-coalescing': 'off',
'space-before-function-paren': 'off'
'space-before-function-paren': 'off',
'@typescript-eslint/member-delimiter-style': 'off'
}
}

0 comments on commit 87e9d3a

Please sign in to comment.