eslint/archive-website

Removed rules in documentation

natlibfi-arlehiko opened this issue · 1 comments

The following rule pages respond with 404 when access from the rule list. ESlint CLI doesn't recognized these either:

  • default-case-last
  • no-useless-backreference
  • no-restricted-exports

Sorry about that! These are actually new rules that will be available in v7.0.0:

You can install v7.0.0-alpha.2 and try out the rules with: npm i eslint@next --save-dev

These rules shouldn't appear in the list for the actual version, and that's a bug we should fix.

I'm closing this as a duplicate of #688