Skip to content

Commit

Permalink
Fix file pattern for no-restricted-imports lint rule (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
som-sm authored Feb 11, 2025
1 parent 475a737 commit becc1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"overrides": [
{
"files": "source/*.d.ts",
"files": "**/*.d.ts",
"rules": {
"no-restricted-imports": [
"error",
Expand Down

0 comments on commit becc1ff

Please sign in to comment.