Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ESLint doesn't validate schema for built-in rules #13793

@mdjermanovic

Description

@mdjermanovic

Tell us about your environment

  • ESLint Version: v7.12.0
  • Node Version: v6.14.6
  • npm Version: v12.18.4

What parser (default, @babel/eslint-parser, @typescript-eslint/parser, etc.) are you using?

default

Please show your full configuration:

Configuration
module.exports = {
  rules: {
    "accessor-pairs": ["error", { foo: 1 }]
  }
};

What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint.

// anything, the config is important
npx eslint index.js

What did you expect to happen?

Configuration error for accessor-pairs rule.

What actually happened? Please include the actual, raw output from ESLint.

No errors.

Are you willing to submit a pull request to fix this bug?

eslint/eslintrc#14

Metadata

Metadata

Assignees

No one assigned

    Labels

    archived due to ageThis issue has been archived; please open a new issue for any further discussionpatch candidateThis issue may necessitate a patch release in the next few days

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions