Skip to content

Commit ce37618

Browse files
style(recommended): newline for args
1 parent a722e58 commit ce37618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/configs/recommended.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { TSESLint } from '@typescript-eslint/utils';
22

3-
export const createRecommendedConfig = (plugin: TSESLint.FlatConfig.Plugin) => ({
3+
export const createRecommendedConfig = (
4+
plugin: TSESLint.FlatConfig.Plugin,
5+
) => ({
46
plugins: {
57
'rxjs-x': plugin,
68
},

0 commit comments

Comments
 (0)