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

Improved vue/require-valid-default-prop rule #1160

Merged
merged 3 commits into from May 23, 2020
Merged

Improved vue/require-valid-default-prop rule #1160

merged 3 commits into from May 23, 2020

Commits on May 23, 2020

  1. WIP

    ota-meshi committed May 23, 2020
    Copy the full SHA
    4cea2d2 View commit details
    Browse the repository at this point in the history
  2. Improved require-valid-default-prop rule.

    - Change `vue/require-valid-default-prop` rule to track the` return` statement in the `function` defined in `default`.
    - Change `vue/require-valid-default-prop` rule to check `BigInt`.
    - Improved the location of reporting errors in `vue/require-valid-default-prop` rule.
    ota-meshi committed May 23, 2020
    Copy the full SHA
    fac21cb View commit details
    Browse the repository at this point in the history
  3. Add testcases

    ota-meshi committed May 23, 2020
    Copy the full SHA
    8df1277 View commit details
    Browse the repository at this point in the history