Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrick committed Aug 4, 2024
1 parent ccfb24f commit cd97278
Show file tree
Hide file tree
Showing 6 changed files with 1,243 additions and 820 deletions.
4 changes: 4 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ export default typescriptEslint.config(
files: ['**/*.d.ts'],
rules: {
'unicorn/filename-case': 'off',
'@typescript-eslint/no-empty-object-type': [
'error',
{ allowInterfaces: 'with-single-extends', allowObjectTypes: 'never' },
],
},
},
// overrides for functional TypeScript files
Expand Down
Loading

0 comments on commit cd97278

Please sign in to comment.