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

Add rule `vue/require-valid-default-prop`. (#119)

* Add rule `vue/require-valid-default-prop`.
fixes #117

* Update doc & error message & add m...

a3d64c7a6a587ae9f7ba19c35044e9061099cae8 authored over 7 years ago
3.10.0

dfae686355ff10f9c7321aa1aee42903969b8605 authored over 7 years ago
Update readme to 3.10.0

94fbfda245bc7f877582b59b73914c82c5fc14c0 authored over 7 years ago
Chore: remove package-lock.json (#128)

5d86470f5df16b33734a567e5329fbc9e47f24f3 authored over 7 years ago
Fix: parserService must exist always (fixes #125) (#127)

b440c2e97819b5d78ca06eea218a1473500a5767 authored over 7 years ago
Add rule `require-render-return`. (#114)

* Add rule `require-render-return`.

* findMissingReturns -> executeOnFunctionsWithoutReturn

49d34568a76f8a25062d0dbea28c3db76a81fcec authored over 7 years ago
3.9.0

48fc537cea6531c0a218cb9d6553cc4fce64f887 authored over 7 years ago
Update package-lock

8cac833dedd61d0ff8a0ff6596ea40471df4f431 authored over 7 years ago
Update: options for `no-duplicate-attributes` (fixes #112)(#113)

f834a7e0935635a4dd4aa28f29c88adb0709d477 authored over 7 years ago
New: add rule `attribute-hyphenation`. (fixes #92)(#95)

* Update vue-eslint-parser to version 2.0.0-beta.3
* Add rule `html-attributes-casing`.

55d388cb29d1ffb7775729150e85aa865a829842 authored over 7 years ago
Add namespace check of svg & mathML instead of tag names (#120)

* Add namespace check of svg & mathML instead of checking tag names

* isHtmlElementNode -> is...

da311e97fc13575ba930c6f489d24e9371da8ec0 authored over 7 years ago
⚠️ Add support for deprecated state in update-rules ⚠️ (#121)

* Add support for deprecated state in update-rules

* Update README

c149f335040c77d5806bb42ee1e0d7aa9f2ec00f authored over 7 years ago
Add rules: `no-dupe-keys` and `no-reserved-keys`. (#88)

fixes #86

39c9df59256580a3189d1e3edf3a5515d41b474f authored over 7 years ago
Chore: Improve tests for name-property-casing & improve documentation (#115)

e42491fa45e9ea081a793318083f0e1aad2af6ac authored over 7 years ago
New: add `require-prop-types` rule (fixes #19)(#85)

b8d11de738ad6321509a91f96f1a2fb31eda820f authored over 7 years ago
Update: upgrade vue-eslint-parser (fixes #36, fixes #56, fixes #96) (#116)

* Chore: upgrade dependencies
* Fix: several bugs and improve syntax errors (fixes #36, fixes #...

49b40d6af603957b117e148711eae5546ceb349a authored over 7 years ago
Allow to use numbers in component names (#106)

* Allow to use numbers in component names

* Move casing to separate file and add unit tests

33613662a9e715d56e72579626d8e934c6628006 authored over 7 years ago
3.8.0

17aedbf635586a1ea750ceb761cf623528217fb9 authored over 7 years ago
Add `no-shared-component-data` rule. (#84)

* Add `no-shared-component-data` rule.

* Remove redundant code & merge with master

1ea1396f9e29e7e3794cd9858486a22b1b5c3598 authored over 7 years ago
Add `no-async-in-computed-properties` rule (#72)

* Add `no-async-in-computed-properties` rule.

* Remove yield/generator from this rule.

* R...

5ebdf71fa22152fd41f09ee5fb3fa834f0d5a593 authored over 7 years ago
Add `name-property-casing` rule. (#94)

* Add `name-casing` rule.

* rename rule name-casing -> name-property-casing

* Apply change...

29d1cb665ea752e844c5e5a36e731a0bf179f1ed authored over 7 years ago
3.7.0

e06fb820b7bb34b9e64fdbde4fe09b015263ab87 authored over 7 years ago
Add `return-in-computed-property` rule. (#78)

* Add `return-in-computed-property` rule.

* Add unit test proposed by @chrisvfritz

* Fix i...

b7e6ff1b9ada492f62bf3f019911ee915e3938c0 authored over 7 years ago
Update: add support for v-on="listeners" (#89) (#90)

79045369741304d2c69cd92816555c6b2e277970 authored over 7 years ago
3.6.0

1d00dd69d0ea0ec47a6a4db02376e4048e055990 authored over 7 years ago
Add `no-side-effects-in-computed-properties` rule (#69)

* Add no-side-effects-in-computed-properties rule

* Prepare example tests for no-side-effects...

455e9b93fac9e47c131d731b65c033c308a6e015 authored over 7 years ago
Add .editorconfig (#83)

159b01e14e64fc9635e99258a10349cf5ca7d21b authored over 7 years ago
Docs: add FAQ about vue-eslint-parser (#82)

fb05639117b6686cbb01e66d4fa4b8c3bba2fe7c authored over 7 years ago
Add unit test for params in order-in-components (#81)

90fa79d8c9cbbbb19c72b1191daea325fd7d0dde authored over 7 years ago
Fix options documentation in order-in-components (#76)

* Fix options documentation in order-in-components

* Update order-in-components.md

* Updat...

d5bd07fd3334f34723b3aa2e16c9a7db3d9d7daf authored over 7 years ago
3.5.1

03cac11798472cf0497c16bb0f8a947387018cfa authored over 7 years ago
vue/order-in-components throws eslint rule schema validation error on custom order (#74)

799d1de6607a6387765b820acfcad42883457afe authored over 7 years ago
Fix: vue/no-invalid-v-for shouldn't catch slots (fixes #65)(#68)

* =#65 - vue/no-invalid-v-for shouldn't catch slots
* Add missing valid html5 tags
see https:/...

602d80faad9b6004d040209c41fba68e062891d2 authored over 7 years ago
Fix description for no-duplicate-attributes (#71)

2f39fe6f4edd5ea5fb1ea87a721a65af87872770 authored over 7 years ago
Update README.md (#70)

cf6812e469d2b9f007e7b8a72d596cd5a08ff1c3 authored over 7 years ago
Fix issues in documentation (#66)

9fce35dba3883cf8c564eb18693c3882e71d21c9 authored over 7 years ago
3.5.0

a892bbcbef992a4f6fb4417a3c16e518decb0678 authored over 7 years ago
Update base config to use objectSpread feature (#62)

e729ad26e486985201e713782909692e74e28688 authored over 7 years ago
3.4.0

7c2cb467ec818f3ad483c7d3ceb3f73527ff680c authored over 7 years ago
Update: improve warnings about key on template elements (#45)

* Update: add check for `key` attribute of child of templates (refs #43)

* New: no-template-k...

866d057373425a4518d93564a6fdf7b71e8a1960 authored over 7 years ago
Correct spelling in docs & add missing links (#61)

c2f3338030746336c8ed1b762f2fd292b22416b2 authored over 7 years ago
3.3.0

8f5e2e8a0e369282858f66886b48d66a5a2eafbd authored over 7 years ago
Fix: allow `v-on` without attribute values if it has verb modifiers (fixes #49) (#50)

* Fix: allow `v-on` without attribute values if it has verb modifiers (fixes #49)

* Chore: ad...

b0d613c818c5368be410e95314d57a3b6926412e authored over 7 years ago
Disable "html-no-self-closing" rule in recommended configuration (#54)

a8bdf723b1f29324552176d98b7ecf486f02fb3a authored over 7 years ago
3.2.2

7fbb8cdb0467d27ca80a133b2e90f106842f4b09 authored over 7 years ago
Fix: `no-invalid-template-root` has false positive about empty templates (fixes #41) (#44)

* Fix: `no-invalid-template-root` has false positive about empty templates (fixes #41)

* revi...

62c60d7dacf5971c607bd57ab2a28df2b3000932 authored over 7 years ago
3.2.1

c44b155450a0b16f62773ea23e4fc6904455df21 authored over 7 years ago
Fix: upgrade vue-eslint-parser (fixes #51, fixes #52, fixes #55) (#57)

0bbf3685b424556a53660ceca3216b5b12e2e484 authored over 7 years ago
3.2.0

473fd2b791cef777be77634ac9504f9bfd7ef6c1 authored over 7 years ago
New rule `order-in-components` (#42)

* Add new rule "order-in-components"

* Add initial implementation of `order-in-components` ru...

9fff64d1119f4df4ddf867b0a3a0fe92e7bb8d97 authored over 7 years ago
3.1.3

a800d96205bfc380ccfefcff5abb83c2df826855 authored over 7 years ago
Changing console.assert to node assert (#40)

b71c7a3ea1da6116136275c703e52f69963bfbcf authored over 7 years ago
Chore: add issue template (#38)

* Chore: add issue template

* Use vue template

547e82418f8860a3a3707a480dafe196c0b23238 authored over 7 years ago
3.1.2

92583d2d2719c881fdaa30b1a9c997903664976d authored over 7 years ago
Fix: crash `no-v-invalid-v-for` on `:key` (fixes #37) (#39)

8da7f030d55d95fae61ada6f02a3cfb3d71c77a3 authored over 7 years ago
3.1.1

47532e2e07169e7c0b9237f40fd2db37b5473ef5 authored over 7 years ago
Fix: upgrade vue-eslint-parser (#34)

* Fix: upgrade vue-eslint-parser
- Make correct ASTs about self-closing elements (fixes #29)
...

22aeca5c3ad2a5f5775b7a6134b56236de00b217 authored over 7 years ago
Merge branch 'master' of github.com:vuejs/eslint-plugin-vue

7fb94b917ad6b96529ef2963dc35c9a4006e7770 authored over 7 years ago
Fix: more robust parser setting (fixes #30) (#32)

e8e67cc5eede0e674571552b559c5138e9642363 authored over 7 years ago
Fix should typo (#33)

6b69437bdbdb15168e9967bc75b540dd5010ff64 authored over 7 years ago
3.1.0

bfb4015eedc05a2e37b7dadec6f43387dfbf3057 authored over 7 years ago
Add sync modifier to v-bind (#28)

1dc567b5c8fdbd8b15b275f88a71ebeac4943e9f authored over 7 years ago
Merge pull request #22 from vuejs/dev

Update master branch

539b34b130ec469a05401e48daf8e06c90c1f072 authored over 7 years ago
Merge pull request #24 from vuejs/update-readme

Add "attention" section about beta release

b0183097a653db82165cab706c7cd62357e84d72 authored over 7 years ago
Update README.md

948a9ed4eed16eb8ee1fca982bad4decae8f4869 authored over 7 years ago
Update plugin version

f35fb11a9e9b480d1cd54fcc7be50764ec1b75d8 authored over 7 years ago
3.0.1

55583c3be30e6264ad6c757adbe4ca3da35c92e9 authored over 7 years ago
Fix: move index.js and configs (#23)

5da884108a7d94433fe5e9fdf19adc10ed90277e authored over 7 years ago
Add "attention" section about beta release

22dfebf164e289c8b6a5ec43d7dd845245140636 authored over 7 years ago
3.0.0

d1bea4bdd631e3f9b9d317707380d11a3d1f4620 authored over 7 years ago
Disable auto-push after "npm version"

3fcc92bc46e60e4e6b2e2c73f24a0a1048d498c2 authored over 7 years ago
Rollback version in package.json

2838f0a3eeca1b591da082feabec96c444f963c9 authored over 7 years ago
Simplify configuration (#17)

* Simplify config

* Move config to separate folder, simplify rules' resolver

* Remove unus...

047b2298bda3274da6eba9b749eabb5ad5668f9e authored over 7 years ago
Merge eslint-plugin-vue-trial

09765b07536049dca5eb0ee84586693b93d87172 authored over 7 years ago
2.0.1

a3ffb6631af14a685923dec9546d5586e76323c4 authored almost 8 years ago
Merge pull request #6 from vuejs/update-deps

Update dependencies

99d8c1d12bfb843a119a657653a469100aa96957 authored almost 8 years ago
Update dependencies

f6e8580ff8d6bca833b4dbd37db2f59122d0ae64 authored almost 8 years ago
2.0.0

eb74c2092adbc4c199832830df1622ce7af72cf0 authored about 8 years ago
Update to square to curly braces

2cf82552b663002ca7a558ac0cf9ed3daeae3d0d authored about 8 years ago
Merge pull request #4 from barraponto/patch-1

Note that eslint-config-vue is optional.

2b668dcc1eb818470fb2a03c7c80bd0327b1c442 authored about 8 years ago
Note that eslint-config-vue is optional.

23d097d7a5cf2da9f59b90d3f0195709a78e5780 authored about 8 years ago
Upgrade eslint-plugin-html (#3)

* Upgrade version of eslint-plugin-html

* Require eslint-plugin-html

* Update index.js fro...

9975b799afe8d8dddc0cece8605a6ef36d0a4009 authored about 8 years ago
initial commit

6a3a6db540e823b51af1e02950896ac9c2b49219 authored over 8 years ago