Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate away from eslint #9156

Open
2 of 41 tasks
Brooooooklyn opened this issue Dec 13, 2024 · 1 comment
Open
2 of 41 tasks

Migrate away from eslint #9156

Brooooooklyn opened this issue Dec 13, 2024 · 1 comment
Assignees

Comments

@Brooooooklyn
Copy link
Member

Brooooooklyn commented Dec 13, 2024

ESLint builtin rules

  • no-misleading-character-class
  • no-useless-backreference
  • prefer-spread (Because oxlint can not turnoff unicron/prefer-spread independently and we don't want this rule)
  • prefer-const
  • no-octal
  • prefer-rest-params
  • no-dupe-args chore: disable no-dupe-args rule #9169
  • no-new-symbol

ESLint plugin rules

  • @typescript-eslint/no-misused-promises
  • @typescript-eslint/no-floating-promises
  • @typescript-eslint/await-thenable
  • @typescript-eslint/no-restricted-imports
  • @typescript-eslint/prefer-readonly
  • @typescript-eslint/unified-signatures
  • @typescript-eslint/prefer-for-of
  • @typescript-eslint/require-array-sort-compare
  • sonarjs/no-ignored-return
  • sonarjs/no-use-of-empty-return-value
  • sonarjs/no-extra-arguments
  • sonarjs/no-element-overwrite
  • sonarjs/no-empty-collection
  • sonarjs/no-identical-expressions
  • sonarjs/no-identical-functions
  • sonarjs/no-one-iteration-loop
  • sonarjs/no-same-line-conditional
  • sonarjs/no-duplicated-branches
  • sonarjs/no-all-duplicated-branches
  • sonarjs/no-identical-conditions
  • sonarjs/non-existent-operator
  • sonarjs/no-collapsible-if
  • sonarjs/no-collection-size-mischeck
  • rxjs/finnish
  • react/display-name
  • react/no-deprecated
  • react/jsx-uses-vars
  • react-hooks/exhaustive-deps
  • react-hooks/rules-of-hooks
  • import-x/no-extraneous-dependencies
  • unused-imports/no-unused-imports chore: remove eslint-plugin-unused-imports #9160
  • simple-import-sort/imports
  • simple-import-sort/exports
@Brooooooklyn Brooooooklyn self-assigned this Dec 13, 2024
@Brooooooklyn
Copy link
Member Author

/cc @Boshen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant