Skip to content

recommended shared config #402

Description

@benmosher

Seems to be a common pattern amongst plugins.

Probably should be a combo of errors and warnings?

Also: see #416, probably want the following parser options, too:

  parserOptions: {
    sourceType: 'module',
    ecmaVersion: 6,
    ecmaFeatures: { experimentalObjectRestSpread: true, jsx: true },
  },

@jfmengels this is probably another way to steer users towards static analysis. I have felt like the errors and warnings shared configs were not named clearly, anyway. Probably will keep them since it doesn't hurt, but merge them (or maybe just take errors) for the recommended version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions