Skip to content

Commit 2e93b3f

Browse files
committed
1 parent 9ff2b9c commit 2e93b3f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,15 @@ module.exports = {
283283
// 'require-await': 'off',
284284
// '@typescript-eslint/require-await': 'error',
285285

286+
'space-before-function-paren': 'off',
287+
'@typescript-eslint/space-before-function-paren': [
288+
'error',
289+
{
290+
anonymous: 'always',
291+
named: 'never',
292+
asyncArrow: 'always'
293+
}
294+
],
286295
semi: 'off',
287296
'@typescript-eslint/semi': [
288297
'error',

0 commit comments

Comments
 (0)