feat(basic): add max-statements-per-line
(#129)
This commit is contained in:
parent
b53ffae83e
commit
65aec3f101
@ -285,6 +285,7 @@ module.exports = {
|
|||||||
'require-await': 'off',
|
'require-await': 'off',
|
||||||
'no-return-assign': 'off',
|
'no-return-assign': 'off',
|
||||||
'operator-linebreak': ['error', 'before'],
|
'operator-linebreak': ['error', 'before'],
|
||||||
|
'max-statements-per-line': ['error', { 'max': 1 }],
|
||||||
|
|
||||||
// unicorns
|
// unicorns
|
||||||
// Pass error message when throwing errors
|
// Pass error message when throwing errors
|
||||||
|
Loading…
Reference in New Issue
Block a user