We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ceedeb commit 97f7ca2Copy full SHA for 97f7ca2
src/configs/stylistic.ts
@@ -28,6 +28,7 @@ export async function stylistic (options: Options['stylistic'] = true, optionsVu
28
},
29
],
30
'@stylistic/brace-style': ['error', '1tbs'],
31
+ '@stylistic/arrow-parens': ['error', 'as-needed'],
32
33
34
]
0 commit comments