mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-07 14:46:42 +00:00
Lint: make 'space-before-function-paren' rule stricter to reflect enforced style
This commit is contained in:
parent
e92b44bc84
commit
19cb6ee521
@ -89,7 +89,7 @@ module.exports = {
|
||||
'prefer-template': 'off',
|
||||
'quote-props': 'off',
|
||||
'quotes': ['error', 'single', { 'avoidEscape': true }],
|
||||
'space-before-function-paren': 'off',
|
||||
'space-before-function-paren': ['error', { 'anonymous': 'ignore', 'named': 'never', 'asyncArrow': 'always' }],
|
||||
'spaced-comment': 'off',
|
||||
'indent': ['error', 2, { 'SwitchCase': 1 }],
|
||||
'no-unused-vars': 'error',
|
||||
|
Loading…
x
Reference in New Issue
Block a user