Merge pull request #4774 from thornbill/owner-of-a-lonely-if
This commit is contained in:
commit
bb44ba022d
23 changed files with 155 additions and 223 deletions
|
@ -49,6 +49,7 @@ module.exports = {
|
|||
'no-empty-function': ['error'],
|
||||
'no-extend-native': ['error'],
|
||||
'no-floating-decimal': ['error'],
|
||||
'no-lonely-if': ['error'],
|
||||
'no-multi-spaces': ['error'],
|
||||
'no-multiple-empty-lines': ['error', { 'max': 1 }],
|
||||
'no-nested-ternary': ['error'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue