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 45c8667 commit a3316bcCopy full SHA for a3316bc
packages/models/code-pushup.config.ts
@@ -0,0 +1,10 @@
1
+import { mergeConfigs } from '@code-pushup/utils';
2
+import { eslintCoreConfigNx } from '../../code-pushup.preset';
3
+
4
+// see: https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#coreconfig
5
+export default mergeConfigs(
6
+ {
7
+ plugins: [],
8
+ },
9
+ await eslintCoreConfigNx(),
10
+);
0 commit comments