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

Supports Optional Chaining #1209

Merged
merged 5 commits into from Jul 19, 2020
Merged

Supports Optional Chaining #1209

merged 5 commits into from Jul 19, 2020

Conversation

ota-meshi
Copy link
Member

@ota-meshi ota-meshi commented Jun 12, 2020

And change the supported version of ESLint from 6.0.0 to 6.2.0.

Core

  • Change presets configs parserOptions.ecmaVersion from 2018 to 2020.
  • Change supported version of ESLint from 6.0.0 to 6.2.0.
  • Upgrade eslint-utils

Rules

  • custom-event-name-casing
  • no-async-in-computed-properties
  • no-deprecated-dollar-listeners-api
  • no-deprecated-dollar-scopedslots-api
  • no-deprecated-events-api
  • no-deprecated-vue-config-keycodes
  • no-lifecycle-after-await
  • no-multiple-slot-args
  • no-mutating-props
  • no-ref-as-operand
  • no-setup-props-destructure
  • no-side-effects-in-computed-properties
  • no-unused-properties
  • no-watch-after-await
  • order-in-components
  • require-default-prop
  • require-explicit-emits
  • require-slots-as-functions
  • require-valid-default-prop
  • this-in-template
  • v-on-function-call
  • valid-v-bind-sync
  • valid-v-model

@ota-meshi ota-meshi self-assigned this Jun 12, 2020
@ota-meshi ota-meshi marked this pull request as draft June 12, 2020 11:33
@ota-meshi ota-meshi force-pushed the es2020 branch 4 times, most recently from c4c3c2f to 2e3468e Compare June 13, 2020 05:21
@ota-meshi ota-meshi marked this pull request as ready for review June 13, 2020 05:50
@ota-meshi ota-meshi force-pushed the es2020 branch 6 times, most recently from c001ee7 to 2a1a2a6 Compare June 14, 2020 02:05
@ota-meshi ota-meshi force-pushed the es2020 branch 2 times, most recently from e04eb8a to b6c5324 Compare July 9, 2020 01:56
@ota-meshi ota-meshi force-pushed the es2020 branch 2 times, most recently from c8bceef to c958051 Compare July 15, 2020 08:07
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

1 participant