Skip to content

Commit

Permalink
Merge pull request #11 from retejs/improve-typing
Browse files Browse the repository at this point in the history
Improve typing
  • Loading branch information
Ni55aN authored Dec 27, 2024
2 parents 5110267 + 36ba878 commit 881c16e
Show file tree
Hide file tree
Showing 8 changed files with 697 additions and 57 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import configs from 'rete-cli/configs/eslint.mjs';
export default tseslint.config(
...configs,
{
files: ['**/*.test.ts'],
files: ['**/*.test.ts', '**/*.test-d.ts'],
rules: {
'eslint-disable': 'off',
'init-declarations': 'off',
Expand Down
Loading

0 comments on commit 881c16e

Please sign in to comment.