Skip to content

Feature/new line between multi line property #1

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

Conversation

privatenumber
Copy link

  • Pulled in upstream master
  • Added the test-case

tyankatsu0105 and others added 30 commits June 28, 2020 07:33
* feat: Add no-empty-component-block rule

* chore: run update

* feat: consider whether exist node.templateBody

* refactor: use parserServices.getDocumentFragment

* feat: consider whether exists context.parserServices.getDocumentFragment

* feat: consider whitespaces and break lines

* chore run update

* refactor: reflect PR review
…rops-destructure` and `vue/no-watch-after-await` (vuejs#1227)
* changed tab to space in bug report template

* remove space
* Remove jsx:true from shareable configs.

* Fixed doc
* check '@vue/composition-api' usages in no-ref-as-operand

* add test cases

* add composition-api checking to no-lifecycle-after-await

* add composition-api checking to no-watch-after-await

* prettier fix

* revert adding vue 2 support for async rules

Co-authored-by: Yosuke Ota <[email protected]>
…vue/require-default-prop` and `vue/no-multiple-objects-in-class` rules crash on sparse arrays. (vuejs#1242)
* Chores: Remove eslint-plugin-vue-libs

* update
* Supports Optional Chaining

* Refactored to resemble eslint core util function naming. e.g. unwrap -> skip

* update config

* upgrade eslint-utils

* Change the supported version of ESLint from 6.0.0 to 6.2.0.
- Change link to documentation to v3.
- Add links to the v3 documentation in the rules for v3.
- format.
* Change the rules to support "v-is".

- Change the `vue/attributes-order` rule to handle `v-is` as `DEFINITION` category.
- Change the `vue/no-unregistered-components` rule to handle `v-is` like `:is`.
- Change the `vue/no-unused-components` rule to handle `v-is` like `:is`.

* Add `"v-is"` to the syntax checked by the `vue/no-unsupported-features` rule.
a: {
propA: this.propA,
},
b: null,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The error case adds a new line above this

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.

6 participants