Skip to content

Commit

Permalink
[eslint] ignore d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 23, 2024
1 parent 1c3621a commit d1556a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"coverage/",
".nyc_output/",
"test-published-types/",
"tests/fixtures/flat-config/"
"tests/fixtures/flat-config/",
"**/*/*.d.ts",
],
"rules": {
"comma-dangle": [2, "always-multiline"],
Expand Down

0 comments on commit d1556a3

Please sign in to comment.