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 83a01e2 commit 6db463aCopy full SHA for 6db463a
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