Skip to content

Commit d1556a3

Browse files
committed
[eslint] ignore d.ts files
1 parent 1c3621a commit d1556a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"coverage/",
1818
".nyc_output/",
1919
"test-published-types/",
20-
"tests/fixtures/flat-config/"
20+
"tests/fixtures/flat-config/",
21+
"**/*/*.d.ts",
2122
],
2223
"rules": {
2324
"comma-dangle": [2, "always-multiline"],

0 commit comments

Comments
 (0)