Enforce spacing of function parameters in eslint

merge-requests/1/head
Alex Gleason 4 years ago
parent 2beb4d725f
commit 8a19b89c16
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -59,6 +59,8 @@ module.exports = {
},
],
'comma-style': ['warn', 'last'],
'space-before-function-paren': ['error', 'never'],
'space-in-parens': ['error', 'never'],
'consistent-return': 'error',
'dot-notation': 'error',
eqeqeq: 'error',

Loading…
Cancel
Save