feat(eslint): Rule "no-multiple-empty-lines"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -131,6 +131,14 @@
|
||||
"ignoreEOLComments": false
|
||||
}
|
||||
],
|
||||
"no-multiple-empty-lines": [
|
||||
"error",
|
||||
{
|
||||
"max": 1,
|
||||
"maxBOF": 1,
|
||||
"maxEOF": 1
|
||||
}
|
||||
],
|
||||
"no-native-reassign": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user