Skip to content

Commit 0e77081

Browse files
committed
fix: wip 2
1 parent 0aa32b1 commit 0e77081

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/models/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ export default tseslint.config(
1919
},
2020
},
2121
{
22-
ignores: ['packages/models/transformers/**/*.ts'],
22+
ignores: ['packages/models/transformers/**/*.ts', 'code-pushup.config.ts'],
2323
},
2424
);

packages/models/tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"outDir": "../../dist/out-tsc",
55
"types": ["vitest/globals", "vitest/importMeta", "vite/client", "node"]
66
},
7-
"exclude": ["**/code-pushup.config.ts"],
7+
"exclude": ["code-pushup.config.ts"],
88
"include": [
99
"vitest.unit.config.ts",
1010
"vitest.int.config.ts",

packages/models/tsconfig.tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"outDir": "../../dist/out-tsc",
55
"types": ["nodenext"]
66
},
7-
"include": ["zod2md.config.ts"]
7+
"include": ["zod2md.config.ts", "code-pushup.config.ts"]
88
}

0 commit comments

Comments
 (0)