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