We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c83d03 commit 2d97799Copy full SHA for 2d97799
packages/eslint-config-airbnb-base/rules/style.js
@@ -302,7 +302,7 @@ module.exports = {
302
'no-multi-assign': ['error'],
303
304
// disallow multiple empty lines and only one newline at the end
305
- 'no-multiple-empty-lines': ['error', { max: 2, maxEOF: 1 }],
+ 'no-multiple-empty-lines': ['error', { max: 2, maxEOF: 0 }],
306
307
// disallow negated conditions
308
// https://eslint.org/docs/rules/no-negated-condition
0 commit comments