Skip to content

ecmaFeatures #1

@CopyJosh

Description

@CopyJosh

From the commit date, I was hoping this would be an update to the eslint-rallycoding from your courses.. but it still has the same errors/warnings that seem to keep it from functioning properly.

Is there a way to resolve this: ?

DeprecationWarning: [eslint] The 'ecmaFeatures' config file property is deprecated, and has no effect.

Thanks

edit, figured it out.. by dropping it into parseOptions:

parserOptions: {
    ecmaFeatures: {
      jsx: true,
    },
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions