Skip to content

Commit

Permalink
🚑 fix: name rules of typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJmpl3 committed Nov 14, 2023
1 parent ffa9d61 commit 040e86a
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 4,740 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: [
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking',
'plugin:@typescript-eslint/recommended-type-checked',
'plugin:@typescript-eslint/stylistic-type-checked',
require.resolve('./shared'),
],
rules: {
Expand Down
Loading

0 comments on commit 040e86a

Please sign in to comment.