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