mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[eslint config] [base] [breaking] padded-blocks: enable allowSingleLineBlocks option
This commit is contained in:
@@ -419,12 +419,12 @@ module.exports = {
|
||||
'operator-linebreak': ['error', 'before', { overrides: { '=': 'none' } }],
|
||||
|
||||
// disallow padding within blocks
|
||||
// TODO, semver-major: uncomment option
|
||||
'padded-blocks': ['error', {
|
||||
blocks: 'never',
|
||||
classes: 'never',
|
||||
switches: 'never',
|
||||
// allowSingleLineBlocks: true,
|
||||
}, {
|
||||
allowSingleLineBlocks: true,
|
||||
}],
|
||||
|
||||
// Require or disallow padding lines between statements
|
||||
|
||||
Reference in New Issue
Block a user