Skip to content

Commit

Permalink
feat(basic): add max-statements-per-line (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Nov 16, 2022
1 parent b53ffae commit 65aec3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/basic/index.js
Expand Up @@ -285,6 +285,7 @@ module.exports = {
'require-await': 'off',
'no-return-assign': 'off',
'operator-linebreak': ['error', 'before'],
'max-statements-per-line': ['error', { 'max': 1 }],

// unicorns
// Pass error message when throwing errors
Expand Down

0 comments on commit 65aec3f

Please sign in to comment.