Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 16, 2024
2 parents 82e36e9 + 48797d7 commit 5e1be64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const tseslintOverrides: ConfigLike = {
'@typescript-eslint/no-unsafe-return': 'warn',

'@typescript-eslint/unbound-method': ['error', {ignoreStatic: true}],
'@typescript-eslint/no-misused-promises': ['warn', {checksVoidReturn: {attributes: false}}],

'@typescript-eslint/prefer-nullish-coalescing': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down Expand Up @@ -212,6 +213,7 @@ const externalPluginRuleOverrides: ConfigLike = {
'unicorn/consistent-destructuring': 'off',
'unicorn/no-await-expression-member': 'off',
'unicorn/explicit-length-check': 'off', // why should i
'unicorn/prefer-type-error': 'off', // sindre doesn't know when my typeof x === 'string' checks actually mean something is a type error

'react/react-in-jsx-scope': 'off',
'react/prop-types': 'off',
Expand Down

0 comments on commit 5e1be64

Please sign in to comment.