File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ import type {
2+ CategoryConfig ,
3+ CoreConfig ,
4+ } from './packages/models/src/index.js' ;
15import coveragePlugin , {
26 getNxCoveragePaths ,
3- } from '@code-pushup/coverage- plugin' ;
7+ } from './packages/ plugin-coverage/src/index.js ' ;
48import eslintPlugin , {
59 eslintConfigFromAllNxProjects ,
610 eslintConfigFromNxProject ,
7- } from '@code-pushup/eslint- plugin' ;
8- import jsPackagesPlugin from '@code-pushup/ js-packages-plugin ' ;
11+ } from './packages/ plugin-eslint/src/index.js ' ;
12+ import jsPackagesPlugin from './packages/plugin- js-packages/src/index.js ' ;
913import lighthousePlugin , {
1014 lighthouseGroupRef ,
11- } from '@code-pushup/lighthouse-plugin' ;
12- import type { CategoryConfig , CoreConfig } from '@code-pushup/models' ;
15+ } from './packages/plugin-lighthouse/src/index.js' ;
1316
1417export const jsPackagesCategories : CategoryConfig [ ] = [
1518 {
You can’t perform that action at this time.
0 commit comments