Skip to content

Commit 8389c01

Browse files
authored
chore(eslint): align preset and dep versions across the fleet (#52)
chore(eslint): align preset / eslint / prettier versions and canonical ignores
1 parent 61caef0 commit 8389c01

3 files changed

Lines changed: 435 additions & 627 deletions

File tree

eslint.config.mjs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ import eslintPluginAstro from 'eslint-plugin-astro';
44
export default [
55
{
66
ignores: [
7-
'docs/**',
8-
'src/components/index.d.ts',
9-
'dist/**',
10-
'build/**',
7+
'coverage/**',
118
'.out/**',
9+
'.npm/**',
10+
'docs/**',
1211
'playground/**',
12+
// Repo-specific: generated component type definitions
13+
'src/components/index.d.ts',
1314
],
1415
},
1516
...mridang.configs.recommended,

0 commit comments

Comments
 (0)