We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a9eef commit 2e58b65Copy full SHA for 2e58b65
packages/eslint-config-default/index.js
@@ -31,7 +31,7 @@ module.exports = {
31
}],
32
'operator-linebreak': 'off',
33
'no-multiple-empty-lines': ['error', {
34
- 'max': 2,
+ 'max': 1,
35
'maxEOF': 1
36
}]
37
}
packages/eslint-config-default/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@leviy/eslint-config-default",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"repository": {
5
"type": "git",
6
"url": "git+ssh://[email protected]:leviy/javascript-coding-standard.git"
0 commit comments