We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af09098 commit dd8efc1Copy full SHA for dd8efc1
.codacy.yml
@@ -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
0 commit comments