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.
lines-between-class-members
1 parent 2b3c86d commit b66d6e4Copy full SHA for b66d6e4
packages/eslint-config-airbnb-base/rules/style.js
@@ -155,8 +155,7 @@ module.exports = {
155
156
// require or disallow an empty line between class members
157
// https://eslint.org/docs/rules/lines-between-class-members
158
- // TODO: semver-major: enable
159
- 'lines-between-class-members': ['off', 'always', { exceptAfterSingleLine: false }],
+ 'lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: false }],
160
161
// enforces empty lines around comments
162
'lines-around-comment': 'off',
0 commit comments