You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Update] Make vue/attributes-order fixable (vuejs#405)
* Add Vue.extend support, add missing info about Vue.mixin check in readme
* Docs: fixes wording in docs (vuejs#372)
* Fix: fix script-indent to prevent removing <script> tag (fixesvuejs#367) (vuejs#374)
* [Update] Make `vue/max-attributes-per-line` fixable (vuejs#380)
* [Update] Make `vue/max-attributes-per-line` fixable
* [fix] bug and style
* [fix] Switch indent calculation method with node and attribute
* [fix] don't handle indentation
* [add] autofix test max-attributes-per-line.js
* Update: make `vue/order-in-components` fixable (vuejs#381)
* [Update] Make `vue/order-in-components` fixable
This Commit makes `vue/order-in-components` fixable.
In case of `The "A" property should be above the "B" property` error, autofix will move A before B
* [fix] fail test at [email protected]
* [fix] If there is a possibility of a side effect, don't autofix
* [fix] failed test at node v4
* [update] use Traverser
* [fix] failed test [email protected]
* [fix] I used `output: null` to specify "not fix"
* Fix: no-async-in-computed-properties crash (fixesvuejs#390)
* Fix: valid-v-on false positive (fixesvuejs#351)
* Fix: indent rules false positive (fixesvuejs#375)
* [New] Add `prop-name-casing`
* fix message and category
* fix category
* fix test message
* Set category to undefined
* Add more tests and fix edge case scenario
* attribute order linting
* updating docs, tests and category
* [Update] Make `vue/attributes-order` fixable
* [fix] That `vue/attributes-order` got duplicated when merging README
* [add] messed order properties test case
* [fix] unify input on test case
0 commit comments