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 1c3621a commit d1556a3Copy full SHA for d1556a3
1 file changed
.eslintrc
@@ -17,7 +17,8 @@
17
"coverage/",
18
".nyc_output/",
19
"test-published-types/",
20
- "tests/fixtures/flat-config/"
+ "tests/fixtures/flat-config/",
21
+ "**/*/*.d.ts",
22
],
23
"rules": {
24
"comma-dangle": [2, "always-multiline"],
0 commit comments