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

Tracking issue: ESLint recommended rules #105

Open
27 of 56 tasks
Stupremee opened this issue May 15, 2021 · 2 comments
Open
27 of 56 tasks

Tracking issue: ESLint recommended rules #105

Stupremee opened this issue May 15, 2021 · 2 comments
Labels
A-errors C-enhancement Category: enhancement T-Runner This issue primary relates to the lint runner, rslint_core

Comments

@Stupremee
Copy link
Member

Stupremee commented May 15, 2021

Tracking issue for rules from eslint:recommended set.

  • constructor-super
  • for-direction
  • getter-return
  • no-async-promise-executor
  • no-case-declarations
  • no-class-assign (blocked on scope analysis)
  • no-compare-neg-zero
  • no-cond-assign
  • no-const-assign (blocked on scope analysis)
  • no-constant-condition
  • no-control-regex
  • no-debugger
  • no-delete-var
  • no-dupe-args
  • no-dupe-class-members
  • no-dupe-else-if
  • no-dupe-keys
  • no-duplicate-case
  • no-empty
  • no-empty-character-class
  • no-empty-pattern
  • no-ex-assign (blocked on scope analysis)
  • no-extra-boolean-cast
  • no-extra-semi
  • no-fallthrough (blocked on code flow analysis)
  • no-func-assign (blocked on scope analysis)
  • no-global-assign (blocked on scope analysis)
  • no-import-assign (blocked on scope analysis)
  • no-inner-declarations
  • no-invalid-regexp
  • no-irregular-whitespace
  • no-misleading-character-class
  • no-mixed-spaces-and-tabs
  • no-new-symbol
  • no-obj-calls
  • no-octal
  • no-prototype-builtins
  • no-redeclare (blocked on scope analysis)
  • no-regex-spaces
  • no-self-assign
  • no-setter-return
  • no-shadow-restriced-names
  • no-sparse-arrays
  • no-this-before-super
  • no-undef (blocked on scope analysis)
  • no-unexpected-multiline
  • no-unreachable (blocked on code flow analysis)
  • no-unsafe-finally
  • no-unsafe-negation
  • no-unused-labels
  • no-unused-vars (blocked on scope analysis)
  • no-useless-escape
  • no-with
  • require-yield
  • use-isnan
  • valid-typeof
@Stupremee Stupremee added C-enhancement Category: enhancement T-Runner This issue primary relates to the lint runner, rslint_core A-errors labels May 15, 2021
@finn-orsini
Copy link
Contributor

@Stupremee - I'm interested in picking some of these up if you're open to contributions here. If so, is it better if I create an issue for each rule I pick up, or link PRs to this tracking issue?

@Stupremee
Copy link
Member Author

Yes, we are open to contributions!
It's fine if you just link this tracking issue.
For example contributions of new rules, you can look at some older PRs that add new rules, like #89.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-errors C-enhancement Category: enhancement T-Runner This issue primary relates to the lint runner, rslint_core
Projects
None yet
Development

No branches or pull requests

2 participants