Skip to content

Commit dd8efc1

Browse files
committed
chore: add .codacy.yml to resolve ESLint flat config compatibility issues
1 parent af09098 commit dd8efc1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.codacy.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
exclude_paths:
3+
- 'node_modules/**'
4+
- 'dist/**'
5+
- '.git/**'
6+
- 'examples/**'
7+
- '**/*.d.ts'
8+
- 'coverage/**'
9+
10+
engines:
11+
eslint:
12+
enabled: false # Disabled due to flat config compatibility issues with Codacy ESLint 9
13+
14+
# Codacy will still analyze complexity and other metrics without ESLint
15+
duplication:
16+
enabled: true
17+
metrics:
18+
enabled: true

0 commit comments

Comments
 (0)