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 a722e58 commit ce37618Copy full SHA for ce37618
src/configs/recommended.ts
@@ -1,6 +1,8 @@
1
import { TSESLint } from '@typescript-eslint/utils';
2
3
-export const createRecommendedConfig = (plugin: TSESLint.FlatConfig.Plugin) => ({
+export const createRecommendedConfig = (
4
+ plugin: TSESLint.FlatConfig.Plugin,
5
+) => ({
6
plugins: {
7
'rxjs-x': plugin,
8
},
0 commit comments