Skip to content

Commit

Permalink
fix: "max statements per line" rule is some how applied
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Jan 8, 2023
1 parent 374a68d commit 5d6178e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
capIsNew: false,
properties: true
}],
'max-statements-per-line': 'off',
'no-cond-assign': 'off',

'@typescript-eslint/brace-style': ['error', '1tbs', {
Expand Down

0 comments on commit 5d6178e

Please sign in to comment.