mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 00:28:25 -05:00
[eslint config] [base] [breaking] lines-between-class-members: set to “always”
This commit is contained in:
@@ -155,8 +155,7 @@ module.exports = {
|
||||
|
||||
// require or disallow an empty line between class members
|
||||
// https://eslint.org/docs/rules/lines-between-class-members
|
||||
// TODO: semver-major: enable
|
||||
'lines-between-class-members': ['off', 'always', { exceptAfterSingleLine: false }],
|
||||
'lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: false }],
|
||||
|
||||
// enforces empty lines around comments
|
||||
'lines-around-comment': 'off',
|
||||
|
||||
Reference in New Issue
Block a user