Skip to content

Commit

Permalink
feat: add wrapper function to provide custom import/order rule config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
Dschungelabenteuer committed Feb 6, 2025
1 parent d764b9c commit 4bd2a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions presets/base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export const flatConfig = [
...regexpPreset,
...yamlPreset,
testFiles,
{
ignores: ['**/*.d.ts'],
},
];

/**
Expand Down

0 comments on commit 4bd2a6d

Please sign in to comment.