Skip to content

Commit 2e58b65

Browse files
author
Dennis Coorn
committed
Changed the allowed empty lines to ‘1’
1 parent b6a9eef commit 2e58b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/eslint-config-default/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
}],
3232
'operator-linebreak': 'off',
3333
'no-multiple-empty-lines': ['error', {
34-
'max': 2,
34+
'max': 1,
3535
'maxEOF': 1
3636
}]
3737
}

packages/eslint-config-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leviy/eslint-config-default",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"repository": {
55
"type": "git",
66
"url": "git+ssh://[email protected]:leviy/javascript-coding-standard.git"

0 commit comments

Comments
 (0)