mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 07:47:54 -05:00
[eslint config] [base] [breaking] enable func-call-spacing
This commit is contained in:
@@ -30,8 +30,7 @@ module.exports = {
|
||||
|
||||
// enforce spacing between functions and their invocations
|
||||
// http://eslint.org/docs/rules/func-call-spacing
|
||||
// TODO: enable, semver-minor
|
||||
'func-call-spacing': ['off', 'never'],
|
||||
'func-call-spacing': ['error', 'never'],
|
||||
|
||||
// require function expressions to have a name
|
||||
'func-names': 'warn',
|
||||
|
||||
Reference in New Issue
Block a user