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

Update parser versions #304

Merged
merged 1 commit into from Nov 26, 2021
Merged

Update parser versions #304

merged 1 commit into from Nov 26, 2021

Conversation

BPScott
Copy link
Member

@BPScott BPScott commented Nov 26, 2021

Description

Follow up to #296

  • use ecmaVersion:2021 in typescript config
  • remove setting parser options in the jest config
  • remove reference to parserOptions.ecmaFeatures.ecmaVersion in core -
    this is invalid configuration - it should set parserOptions.ecmaVersion, but that defaults to v5 anyway so this line does nothing

Type of change

  • eslint-plugin - minor

- use 2021 in typescript config
- remove setting a parser options in the jest config
- remove reference to parserOptions.ecmaFeatures.ecmaVersion in core -
  this is invalid configuration, and eslint defaults to using v5 anyway
@BPScott BPScott merged commit 68fe02c into main Nov 26, 2021
@BPScott BPScott deleted the parser-poking branch November 26, 2021 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants