mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-28 22:40:13 -04:00
fix(base): Enforce block-spacing
BREAKING CHANGE: http://eslint.org/docs/rules/block-spacing ([2, 'always'])
This commit is contained in:
parent
b1b0042cde
commit
324403c4cb
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -68,6 +68,7 @@ module.exports = {
|
|||
|
||||
// Style
|
||||
'array-bracket-spacing': [2, 'never'],
|
||||
'block-spacing': [2, 'always'],
|
||||
'brace-style': [2],
|
||||
'camelcase': [2],
|
||||
'comma-dangle': [2, 'never'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue