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

Changed the default order setting of vue/order-in-components rule. #1181

Merged
merged 2 commits into from Jun 6, 2020

Commits on May 31, 2020

  1. Changed the default order setting of vue/order-in-components rule.

    - Add options for Vue.js 3.x
      - `emits` to after `props`.
      - `setup` to after `emits`.
      - `beforeUnmount` and `unmounted` to LIFECYCLE_HOOKS.
      - `renderTracked` and `renderTriggered` to LIFECYCLE_HOOKS.
    
    - Add options for Vue.js 2.x
      - `provide` and `inject` to after `mixins`.
      - `errorCaptured` to LIFECYCLE_HOOKS.
    ota-meshi committed May 31, 2020
    Copy the full SHA
    bc107a1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    780e6cf View commit details
    Browse the repository at this point in the history