Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vuejs/eslint-plugin-vue

Official ESLint plugin for Vue.js
https://github.com/vuejs/eslint-plugin-vue

Fix missing "vue/" prefix in docs (#587)

3ccf3ef209e45ee29b5d5235af97a8b8d6ea98aa authored over 6 years ago
chore(typo): rename varoious to various inside comment (#584)

c1c65348e0ff74ae2367cf87a94cb5213ef5c822 authored over 6 years ago
Update README on integration with Atom editor (#582)

c1f43f55e2ccfc01a665b34e3df58e5876c1096b authored over 6 years ago
Fix #560 Allow null in require-prop-type-constructor (#578)

* Fix #560 Allow null in require-prop-type-constructor

* Add missing check for `{ type: null }`

bc29d3d78f5c413fa102f6263e4ba9a7bae3f0a2 authored over 6 years ago
Adding default array example of correct rule (#573)

* Adding default array example of correct rule

* Updating examples for factory functions

*...

ce7cb10ed0e8925978e3ef493babde22e7dc2c67 authored over 6 years ago
🐛Fix: incorrect indentation in `vue/script-indent` rule (#503)

* Fixed an issue where the rules `vue/script-indent` unexpected error report whileforce using se...

82d939c45ff58501df2274a2e92384c94af93616 authored over 6 years ago
Fix #519 add custom modifiers to `vue/valid-v-on` (#579)

d0fd01f267b7fc5e6318d0cc7971ffac447f2ad0 authored over 6 years ago
Update no-unused-components.md (#574)

typo

84743088046d9427f196fab36dc9efdc9754fee9 authored over 6 years ago
Fix: if no trailing comma, not to leave trailing comma after fixed of `order-in-components` (#569)

* Fix: if no trailing comma, not to leave trailing comma after fixed of `order-in-components`

...

b1e1bb95ebfdc98a8187551c27c6d2b9f73b1625 authored over 6 years ago
Update Readme with Vetur information (#559)

* Update "Why doesn't it work on .vue file?"

I had an issue where the plugin works, but red m...

562fde184a7a37f551fc98711a0bb4233c749606 authored over 6 years ago
Fix: Made not to conflict when `html-self-closing` and `component-name-in-template-casing` are autofix (#555)

* fixed #554

* Deleted useless test case.

f0c8b379ce8e98f5f3cd0ee582ad6abbf6604f7f authored over 6 years ago
Fixed typo in v-html rule description (#561)

According to OWASP shorthand XSS stands for Cross-Site Scripting: https://www.owasp.org/index.ph...

117ffc619f15cbb4ed627d58b922e03f4d02acc0 authored over 6 years ago
Fix #556: (no-unused-component) Fix component detection, add "ignoreWhenBindingPresent" option (#558)

* Fix custom component detection

* Add ignoreWhenBindingPresent setting to no-unused-componen...

2049c5c0187a7d2c45b71d3a28611f81b1d6169b authored over 6 years ago
5.0.0-beta.3

3f5d41ec89c55cd21f3e4e72f211dcc0f95959ba authored over 6 years ago
[New] Add `vue/singleline-html-element-content-newline` rule (#552)

* [New] Add `vue/singleline-html-element-content-newline` rule

* Update `strict` -> `ignoreWh...

cae7d51d8a3e81e9d507aae3e9114027061cba33 authored over 6 years ago
Update script-indent.md

a7d0b3c8aa6e93f79d4aecc11325e476936cf116 authored over 6 years ago
[New] Add `vue/multiline-html-element-content-newline` rule (#551)

* [New] Add `vue/multiline-html-element-content-newline` rule

* Update `ignoreNames` -> `igno...

e53bfd3eda90b95da8bb97bf8dcf362a85a02648 authored over 6 years ago
⭐️New: Add `vue/no-spaces-around-equal-signs-in-attribute` (#542)

* Add `vue/no-spaces-around-equal-signs-in-attribute` rule

* Add check that error message loc...

bf7c2b72dedc8576fd5fde553bf875a978b5e565 authored over 6 years ago
Update default config and docs

ab624da58d45e1f72d57e639816417d40477b36c authored over 6 years ago
(implements #323) Add `require-prop-type-constructor` rule (#546)

* Add no-string-prop-type rule - basic implementation

* Rename rule

* Add more tests, upda...

47cc8d394e528052cb73cf827bd62926eb7b1d9b authored over 6 years ago
(implements #414) Add "no-unused-components" rule (#545)

* Add "no-unused-components" rule

* Handle case with Literal in :is binding expression, updat...

8673fc391c7d7073c5b186c0f2c18f5edf63ee43 authored over 6 years ago
5.0.0-beta.2

52e04628cb1d817da9dc243d502d81cdd88ed108 authored over 6 years ago
Ignore indent rules on files other than .vue (#544)

1c410d82e1b4610d86d2a627f6cb3607ff33e337 authored over 6 years ago
Update README & configs

74f7dc634cfb9e38672e9295555de0fa6e488c5b authored over 6 years ago
Update no-use-v-if-v-for category to essential

8d204094a03a3f41735d63af6014c1a2305df674 authored over 6 years ago
⭐️New: Add rule `no-template-shadow`. (#158)

* Add rule `no-template-shadow`.
fixes #101

* fix/merge changes with master

* Update test...

da4ea71fe18909c503e7690ece32b5b1ffeb5bd8 authored over 6 years ago
Add support for grouping ordered attributes (#471)

341bccfdceb33fe50c1cb129973e2ac48e70a158 authored over 6 years ago
⭐️New: Add `vue/component-name-in-template-casing` (#397)

* Add Vue.extend support, add missing info about Vue.mixin check in readme

* Docs: fixes word...

c49a2e2065c675593c12600be403f663df672598 authored over 6 years ago
Ignore Boolean props in require-default-prop rule (#529)

* Ignore Boolean props in require-default-prop rule

* Support edgecase with array of types

766b637285d6367bd3ba1945897322a03861b30e authored over 6 years ago
Update default settings in html-closing-bracket-newline (multiline -> always) (#539)

6a117c20b9fecb31c187b78fcc23748efe89ef2e authored over 6 years ago
5.0.0-beta.1

4cfd125a19380635be9411e4866de8d7c0188a57 authored over 6 years ago
(Chore) Update configs (#533)

* (Chore) Update configs

* (Chore) Update base config, remove root

d5da8667c5efaf51101bab6a03811c04a219f5c7 authored over 6 years ago
Docs: add "working-with-rules" section in README (#528)

d64aa4974c62dc1d63990c0fada6892e970e5e36 authored over 6 years ago
5.0.0-beta.0

0bd4576426364a65ea38c70179c1d01249f12327 authored over 6 years ago
🐛Fix: v-bind order in `vue/attribute-order` rule (#421)

* Fix: v-bind order in `vue/attribute-order` rule

* Fix: Including custom directives

* Res...

b8743d01924f4d5fb0b3ae7ea6e0353fcb98b756 authored over 6 years ago
Fix: html-indent supports new VSlotScopeExpression node

bd93dc04990d84950594b8bdb8989b1a86b03010 authored over 6 years ago
Docs: update README.md

06e1f22fec3b237de2aa63d7e1c7cad4e10477cb authored over 6 years ago
Chore: update circle.yml

3b6dcacc080f684714ad0bcbdbee2380f970ac96 authored over 6 years ago
Docs: update README.md

582b07bc707c280875eb1b744d7822cc648a0b81 authored over 6 years ago
Fix: no-parsing-error test (refs #398)

84df9ecc485288983a17561e19104bf1cda01966 authored over 6 years ago
Fix: syntax errors in tests of html-indent

The top-level commas are invalid syntax.

519fa3a37c25fd59722109ad0b18bff638e470d8 authored over 6 years ago
Chore: upgrade deps

19756cb20664bad1e8ef8f8fa542e354f134ce30 authored over 6 years ago
Chore: remove deprecated experimentalObjectRestSpread options

dadeadc411865c3fb8a3ac62b2176f979c14500f authored over 6 years ago
4.7.1

1460c19074c7894fb0f4dbd346a60ba68a53cc6f authored over 6 years ago
Docs: fix links for description of `--fix` option. (#530)

d12c3bb443bf0b6be3e26017dd84bdcf145a28cd authored over 6 years ago
Fix: Allow props with `validator` without `type` in `vue/require-prop-types` (#476)

* Fix: Allow props with `validator` without `type` in `vue/require-prop-types`

* Fix: Allow p...

23fa9d4301ca545c1a0ed4a2f49005c82076819d authored over 6 years ago
(Chore) Add related links to rules docs (#524)

4b130cba2d7c3ff154b6e417e2423ff259ee58a0 authored over 6 years ago
4.7.0

b989b6d256b451e486f7f5cc6566c3e3ced93266 authored over 6 years ago
⭐️New: Add `vue/no-v-html` rule (#435)

* New: Add `vue/no-v-html` rule

* Update category to undefined as categories are defined in m...

83aa39aac6aa08f5352d214e54b5553a3f24b636 authored over 6 years ago
Fix attribute-hyphenation ignore lists (#513)

* tests: attribute-hyphenation: Fix the ignore-list test

The test introduced in f9e1eee3fe711...

802791616c8a311f9e128100854182df5371c848 authored over 6 years ago
4.6.0

bd5c31e9be126d095498ae35867c1747d08529b9 authored over 6 years ago
(chore) Update rule url

157eff9ce473384a993fa6e9b586d32a650656d3 authored over 6 years ago
Update README and docs

1a31fe819fd858b27068c56462a1cb7622e84e8e authored over 6 years ago
add missing urls (#512)

f028b5727fcc40f537b080664eafa225524e6a67 authored over 6 years ago
Update html-closing-bracket-newline.md (#508)

Example was not correct

c7bb1f5bf43fc7ea6e15a02f5e0795d8d6be0ccb authored over 6 years ago
Update html-closing-bracket-spacing.md (#507)

1c5604a15c989e309601186ddc4f837138aed1ea authored over 6 years ago
chore: remove yarn-error.log (#484)

* chore: remove yarn-error.log

* Update .gitignore

0b86a4e894ea4e6b8f57d0d350f2326c9dcb3353 authored over 6 years ago
docs(readme) fix vscode eslint settings (#487)

f8f8ac9a84344dc57b7c8db5cf8c536f98fbb953 authored over 6 years ago
Update no-side-effects-in-computed-properties.md (#480)

Provide more details on working with arrays inside computed properties.

8ea21c87313ff534520c30f42929fd47c77cbbd9 authored over 6 years ago
[Docs] Single File Component Usage (#473)

* Document required single file component configuration in the usage section

* Document requi...

88b1f2db3fe373358dc95f2968bf58cfdaefc422 authored over 6 years ago
Fix getComputedProperties by allowing object spread inside CP (#465)

30f94f8b9af5059b3111c7912e660e9985bbf458 authored over 6 years ago
(Fixes #420) Fix false positive in no-side-effect-in-cp (#464)

* Parse Member and CallExpression to simplified versions for better side-effects detection

* ...

409fe31e9372d3bbc4145ff93a677b0cdb5e36ea authored over 6 years ago
Allow "default" key to be used also as a Literal (#463)

552ea4f7e9dd5f0b5609bc0ba6a1ea156bfecd12 authored over 6 years ago
⭐️New: Add `vue/no-use-v-if-with-v-for` rule (#406)

* Add Vue.extend support, add missing info about Vue.mixin check in readme

* Docs: fixes word...

a95dfbba3b1301c22f5598d6e289ec3dc5afad39 authored over 6 years ago
Update require-v-for-key.md

3f88f28d7877b37a7e9a9d0c46fa0750866cf44a authored almost 7 years ago
Update attribute-hyphenation to allow a custom ignore list (#461)

* ignore phpstorm editor config

* updated rule, tests, and markdown to include a custom list ...

f9e1eee3fe711b9dfedc037fe25aa5570370296e authored almost 7 years ago
docs: fix typo in plugin name (#458)

67e0f48a63f36c46826c51aa8d3f800fda4e571c authored almost 7 years ago
4.5.0

d7e98ddfe7330f710419f8eb46cb089168d619d6 authored almost 7 years ago
[fix] 'vue/prop-name-casing` to not warn variable computed property (#444)

5cc3021d0be25e830ffd84349de9a7575155eaa5 authored almost 7 years ago
[Update] Make `vue/attributes-order` fixable (#405)

* Add Vue.extend support, add missing info about Vue.mixin check in readme

* Docs: fixes word...

a5391f111bb446531c9eb8cf9f9353a03cda1d26 authored almost 7 years ago
Include slot-scope in attributes-order (#440)

Fixes https://github.com/vuejs/eslint-plugin-vue/issues/432

faaa69c2cdccb8bf9137c03bb2c8b0ab114d619d authored almost 7 years ago
4.4.0

d2b53b5d219f6122bd21cb448967799ce46cbc11 authored almost 7 years ago
Update docs

dbdcc1129d6952e4bfd7e48948f17a4e10d3f3ba authored almost 7 years ago
Upgrade babel-eslint (#438)

bc65718f0afb1811d43268bc5e6ffbda42973d89 authored almost 7 years ago
Docs: Delete duplicate sentence (#433)

92c360981c7bbd4b36146eafc7e3327e72a80327 authored almost 7 years ago
fix a typo in number of configurations (#431)

fede503b813ee9811abdba2ba28212d9e5f8ef28 authored almost 7 years ago
Spelling correction (#430)

59d80be0775199e3149897d0ba87474c35cc6225 authored almost 7 years ago
Fix typo (#424)

b34b24ff90f31f28a39e8aaa5ae81c10ba4f12c2 authored almost 7 years ago
Fix: wrong indentation (fixes #407) (#413)

6bb6f696660f7a240d1d0dfd680f9e253efda2a5 authored almost 7 years ago
[Update] Make `vue/prop-name-casing` fixable (#402)

* [Update] Make `vue/prop-name-casing` fixable

* [fix] Only ASCII printable characters can be...

12054ea24b9b5ceab2a747537acd651ff20989d3 authored almost 7 years ago
4.3.0

4c254039e628cd6ca16a1db4a406984b3654bac9 authored almost 7 years ago
Fix: fix script-indent to prevent removing <script> tag (fixes #367) (#374)

5eaffdf2e1b0c62eec44e176f5059be0d178f549 authored almost 7 years ago
Update: make `vue/order-in-components` fixable (#381)

* [Update] Make `vue/order-in-components` fixable

This Commit makes `vue/order-in-components`...

9857496b88ed79a7c158edde6f40277df9e183ab authored almost 7 years ago
New: Add `vue/attribute-order` rule (#209)

33ce7aa3c0179ef57eaf783720b17ce4c6b67b00 authored almost 7 years ago
Docs: fixes wording in docs (#372)

381ae70cc1fc0c7dce1c4f096838a84c6e961b43 authored almost 7 years ago
Chore: Upgrade vue eslint parser (#404)

* Fix: a linting error

* Fix: upgrade vue-eslint-parser and fix invalid tests

f739bf98eff69758851981fb0d73bdb17d099612 authored almost 7 years ago
New: Add `vue/prop-name-casing` rule (#289)

ccb6488674ea5e64ce9991ad74efb667af640611 authored almost 7 years ago
Docs: update README.md (#393)

* Docs: update README.md

* fix grammer

bc1b07baccb7b6a8ac1711790405091ad5d4cb54 authored almost 7 years ago
Fix: valid-v-on false positive (fixes #351) (#394)

b33ef75ec29fb44b32e12ab318e0a5129fec6d03 authored almost 7 years ago
Fix: indent rules false positive (fixes #375) (#395)

c6d25af2f1c02f0f1171edbacca51751f84153ee authored almost 7 years ago
Update: Make `vue/max-attributes-per-line` fixable (#380)

* [Update] Make `vue/max-attributes-per-line` fixable

* [fix] bug and style

* [fix] Switch ind...

742bfd6a7c6517032e38889941d3d18a9142ad77 authored almost 7 years ago
Fix: no-async-in-computed-properties crash (fixes #390) (#392)

a5946902270936c619912e609159b222cfb7ca80 authored almost 7 years ago
Update: Add Vue.extend support and missing info about Vue.mixin in Readme (#322)

d3e7d4cc82e9fe6a99ac3897ae910acdf074d2ed authored almost 7 years ago
4.2.2

750d3b860a305b9f3322040383b42d1c90e456ec authored about 7 years ago
Fix: vue/html-indent ignores `<pre>` (fixes #365)

8b8402f8e47c8efcc49dc3fe3ef351226a496567 authored about 7 years ago
4.2.1

b4413a5469e4888b23ded555fcd76efcf78fde59 authored about 7 years ago
Docs: fix a json formatting error in the options example (#364)

bd20b8b1a1636f797719ca5ef1a428ff7456149c authored about 7 years ago
Chore: add `require-meta-docs-url` internal rule (#341)

* Chore: move `create` function into object literal

I found that `eslint-plugin-eslint-plugin...

095ef4fb01e0ee96b616f2898946050b16e7769b authored about 7 years ago
Fix: indent bug about semicolons

39de5406b40b17a5a423a09ce15781dc6b700f57 authored about 7 years ago
Fix: indent bug about shorthand properties

26ab87a465a89214522df9be11ed4fa85317bb2b authored about 7 years ago