Skip to content

Commit

Permalink
migrate to eslint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 6, 2024
1 parent d01aa2f commit d92d257
Show file tree
Hide file tree
Showing 26 changed files with 1,106 additions and 3,620 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

13 changes: 13 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// @ts-check
import configs from '@yeoman/eslint';
import { config } from 'typescript-eslint';

export default config(...configs, {
rules: {
'unicorn/prevent-abbreviations': 'off',
'unicorn/no-thenable': 'off',
'unicorn/prefer-event-target': 'off',
'unicorn/no-object-as-default-parameter': 'off',
'@typescript-eslint/consistent-type-imports': 'error',
},
});
Loading

0 comments on commit d92d257

Please sign in to comment.