Skip to content

Commit

Permalink
chore: update all rules
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuallyunknown committed Jun 6, 2024
1 parent 23450fb commit 4572480
Show file tree
Hide file tree
Showing 2 changed files with 737 additions and 273 deletions.
8 changes: 7 additions & 1 deletion packages/eslint-config/src/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ export const eslintPluginTypescriptConfig = [
},
rules: {
'@typescript-eslint/await-thenable': 1,
'@typescript-eslint/ban-ts-comment': [
1,
{
'ts-ignore': 'allow-with-description',
'ts-nocheck': 'allow-with-description',
},
],
'@typescript-eslint/ban-types': 1,
'@typescript-eslint/consistent-type-exports': 1,
'@typescript-eslint/consistent-type-imports': 1,
Expand Down Expand Up @@ -53,7 +60,6 @@ export const eslintPluginTypescriptConfig = [
},
],
'@typescript-eslint/prefer-optional-chain': 1,
'@typescript-eslint/prefer-ts-expect-error': 1,
'@typescript-eslint/require-await': 1,
'@typescript-eslint/switch-exhaustiveness-check': [
1,
Expand Down
Loading

0 comments on commit 4572480

Please sign in to comment.