Skip to content

Commit 29a2d30

Browse files
committed
fix: cleanup files
1 parent b230f92 commit 29a2d30

19 files changed

Lines changed: 14602 additions & 18761 deletions

.cursor/rules/general.mdc

Lines changed: 0 additions & 8 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@ Thumbs.db
4848

4949
# Nx workspace cache
5050
.nx
51-
52-
.angular

.prettierignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
/coverage
44
/.nx
55
__snapshots__
6-
7-
.angular

code-pushup.preset.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type {
33
CategoryConfig,
44
CoreConfig,
55
} from './packages/models/src/index.js';
6-
import bundleStatsPlugin from './packages/plugin-bundle-stats/src/index.js';
76
import coveragePlugin, {
87
getNxCoveragePaths,
98
} from './packages/plugin-coverage/src/index.js';
@@ -203,7 +202,3 @@ export const coverageCoreConfigNx = async (
203202
categories: coverageCategories,
204203
};
205204
};
206-
207-
export const bundleStatsCoreConfig = async (): Promise<CoreConfig> => ({
208-
plugins: [await bundleStatsPlugin()],
209-
});

0 commit comments

Comments
 (0)