Skip to content

Commit

Permalink
Changed the allowed empty lines to ‘1’
Browse files Browse the repository at this point in the history
  • Loading branch information
denniscoorn committed Mar 7, 2019
1 parent b6a9eef commit 2e58b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
}],
'operator-linebreak': 'off',
'no-multiple-empty-lines': ['error', {
'max': 2,
'max': 1,
'maxEOF': 1
}]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leviy/eslint-config-default",
"version": "1.1.2",
"version": "1.1.3",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:leviy/javascript-coding-standard.git"
Expand Down

0 comments on commit 2e58b65

Please sign in to comment.