Skip to content

Commit e2a70d5

Browse files
committed
chore: adjust ignores for ts and eslint
1 parent 7b8b897 commit e2a70d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import {buildConfig} from '@ver0/eslint-config';
44

55
/** @type {Linter.Config[]} */
66
const cfg = [
7+
{
8+
ignores: ['dist', 'node_modules', '.yarn', 'coverage'],
9+
},
710
...buildConfig({
811
globals: 'node',
912
react: true,

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
"exclude": [
1515
"node_modules",
1616
"dist",
17+
"coverage",
1718
".yarn",
1819
".pnp.cjs",
1920
".pnp.loader.mjs"
2021
]
21-
}
22+
}

0 commit comments

Comments
 (0)