File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 11import 'dotenv/config' ;
22import { z } from 'zod' ;
3- import { docCoverageCoreConfig } from './code-pushup.preset.js' ;
3+ import {
4+ coverageCoreConfigNx ,
5+ docCoverageCoreConfig ,
6+ eslintCoreConfigNx ,
7+ jsPackagesCoreConfig ,
8+ lighthouseCoreConfig ,
9+ } from './code-pushup.preset.js' ;
410import type { CoreConfig } from './packages/models/src/index.js' ;
511import { mergeConfigs } from './packages/utils/src/index.js' ;
612
@@ -27,13 +33,13 @@ const config: CoreConfig = {
2733} ;
2834
2935export default mergeConfigs (
30- // config,
31- // await coverageCoreConfigNx(),
32- // await jsPackagesCoreConfig(),
33- // await lighthouseCoreConfig(
34- // 'https://github.com/code-pushup/cli?tab=readme-ov-file#code-pushup-cli/',
35- // ),
36- // await eslintCoreConfigNx(),
36+ config ,
37+ await coverageCoreConfigNx ( ) ,
38+ await jsPackagesCoreConfig ( ) ,
39+ await lighthouseCoreConfig (
40+ 'https://github.com/code-pushup/cli?tab=readme-ov-file#code-pushup-cli/' ,
41+ ) ,
42+ await eslintCoreConfigNx ( ) ,
3743 await docCoverageCoreConfig ( {
3844 sourceGlob : [
3945 'packages/**/src/**/*.ts' ,
You can’t perform that action at this time.
0 commit comments