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`.
fixes #117
* Update doc & error message & add m...
a3d64c7a6a587ae9f7ba19c35044e9061099cae8 authored over 7 years agodfae686355ff10f9c7321aa1aee42903969b8605 authored over 7 years ago
94fbfda245bc7f877582b59b73914c82c5fc14c0 authored over 7 years ago
5d86470f5df16b33734a567e5329fbc9e47f24f3 authored over 7 years ago
b440c2e97819b5d78ca06eea218a1473500a5767 authored over 7 years ago
* Add rule `require-render-return`.
* findMissingReturns -> executeOnFunctionsWithoutReturn
49d34568a76f8a25062d0dbea28c3db76a81fcec authored over 7 years ago48fc537cea6531c0a218cb9d6553cc4fce64f887 authored over 7 years ago
8cac833dedd61d0ff8a0ff6596ea40471df4f431 authored over 7 years ago
f834a7e0935635a4dd4aa28f29c88adb0709d477 authored over 7 years ago
* Update vue-eslint-parser to version 2.0.0-beta.3
* Add rule `html-attributes-casing`.
* 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
* Update README
c149f335040c77d5806bb42ee1e0d7aa9f2ec00f authored over 7 years agofixes #86
39c9df59256580a3189d1e3edf3a5515d41b474f authored over 7 years agoe42491fa45e9ea081a793318083f0e1aad2af6ac authored over 7 years ago
b8d11de738ad6321509a91f96f1a2fb31eda820f authored over 7 years ago
* Chore: upgrade dependencies
* Fix: several bugs and improve syntax errors (fixes #36, fixes #...
* Allow to use numbers in component names
* Move casing to separate file and add unit tests
33613662a9e715d56e72579626d8e934c6628006 authored over 7 years ago17aedbf635586a1ea750ceb761cf623528217fb9 authored over 7 years ago
* 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.
* Remove yield/generator from this rule.
* R...
5ebdf71fa22152fd41f09ee5fb3fa834f0d5a593 authored over 7 years ago* Add `name-casing` rule.
* rename rule name-casing -> name-property-casing
* Apply change...
29d1cb665ea752e844c5e5a36e731a0bf179f1ed authored over 7 years agoe06fb820b7bb34b9e64fdbde4fe09b015263ab87 authored over 7 years ago
* Add `return-in-computed-property` rule.
* Add unit test proposed by @chrisvfritz
* Fix i...
b7e6ff1b9ada492f62bf3f019911ee915e3938c0 authored over 7 years ago79045369741304d2c69cd92816555c6b2e277970 authored over 7 years ago
1d00dd69d0ea0ec47a6a4db02376e4048e055990 authored over 7 years ago
* Add no-side-effects-in-computed-properties rule
* Prepare example tests for no-side-effects...
455e9b93fac9e47c131d731b65c033c308a6e015 authored over 7 years ago159b01e14e64fc9635e99258a10349cf5ca7d21b authored over 7 years ago
fb05639117b6686cbb01e66d4fa4b8c3bba2fe7c authored over 7 years ago
90fa79d8c9cbbbb19c72b1191daea325fd7d0dde authored over 7 years ago
* Fix options documentation in order-in-components
* Update order-in-components.md
* Updat...
d5bd07fd3334f34723b3aa2e16c9a7db3d9d7daf authored over 7 years ago03cac11798472cf0497c16bb0f8a947387018cfa authored over 7 years ago
799d1de6607a6387765b820acfcad42883457afe authored over 7 years ago
* =#65 - vue/no-invalid-v-for shouldn't catch slots
* Add missing valid html5 tags
see https:/...
2f39fe6f4edd5ea5fb1ea87a721a65af87872770 authored over 7 years ago
cf6812e469d2b9f007e7b8a72d596cd5a08ff1c3 authored over 7 years ago
9fce35dba3883cf8c564eb18693c3882e71d21c9 authored over 7 years ago
a892bbcbef992a4f6fb4417a3c16e518decb0678 authored over 7 years ago
e729ad26e486985201e713782909692e74e28688 authored over 7 years ago
7c2cb467ec818f3ad483c7d3ceb3f73527ff680c authored over 7 years ago
* Update: add check for `key` attribute of child of templates (refs #43)
* New: no-template-k...
866d057373425a4518d93564a6fdf7b71e8a1960 authored over 7 years agoc2f3338030746336c8ed1b762f2fd292b22416b2 authored over 7 years ago
8f5e2e8a0e369282858f66886b48d66a5a2eafbd authored over 7 years ago
* Fix: allow `v-on` without attribute values if it has verb modifiers (fixes #49)
* Chore: ad...
b0d613c818c5368be410e95314d57a3b6926412e authored over 7 years agoa8bdf723b1f29324552176d98b7ecf486f02fb3a authored over 7 years ago
7fbb8cdb0467d27ca80a133b2e90f106842f4b09 authored over 7 years ago
* Fix: `no-invalid-template-root` has false positive about empty templates (fixes #41)
* revi...
62c60d7dacf5971c607bd57ab2a28df2b3000932 authored over 7 years agoc44b155450a0b16f62773ea23e4fc6904455df21 authored over 7 years ago
0bbf3685b424556a53660ceca3216b5b12e2e484 authored over 7 years ago
473fd2b791cef777be77634ac9504f9bfd7ef6c1 authored over 7 years ago
* Add new rule "order-in-components"
* Add initial implementation of `order-in-components` ru...
9fff64d1119f4df4ddf867b0a3a0fe92e7bb8d97 authored over 7 years agoa800d96205bfc380ccfefcff5abb83c2df826855 authored over 7 years ago
b71c7a3ea1da6116136275c703e52f69963bfbcf authored over 7 years ago
* Chore: add issue template
* Use vue template
547e82418f8860a3a3707a480dafe196c0b23238 authored over 7 years ago92583d2d2719c881fdaa30b1a9c997903664976d authored over 7 years ago
8da7f030d55d95fae61ada6f02a3cfb3d71c77a3 authored over 7 years ago
47532e2e07169e7c0b9237f40fd2db37b5473ef5 authored over 7 years ago
* Fix: upgrade vue-eslint-parser
- Make correct ASTs about self-closing elements (fixes #29)
...
7fb94b917ad6b96529ef2963dc35c9a4006e7770 authored over 7 years ago
e8e67cc5eede0e674571552b559c5138e9642363 authored over 7 years ago
6b69437bdbdb15168e9967bc75b540dd5010ff64 authored over 7 years ago
bfb4015eedc05a2e37b7dadec6f43387dfbf3057 authored over 7 years ago
1dc567b5c8fdbd8b15b275f88a71ebeac4943e9f authored over 7 years ago
Update master branch
539b34b130ec469a05401e48daf8e06c90c1f072 authored over 7 years agoAdd "attention" section about beta release
b0183097a653db82165cab706c7cd62357e84d72 authored over 7 years ago948a9ed4eed16eb8ee1fca982bad4decae8f4869 authored over 7 years ago
f35fb11a9e9b480d1cd54fcc7be50764ec1b75d8 authored over 7 years ago
55583c3be30e6264ad6c757adbe4ca3da35c92e9 authored over 7 years ago
5da884108a7d94433fe5e9fdf19adc10ed90277e authored over 7 years ago
22dfebf164e289c8b6a5ec43d7dd845245140636 authored over 7 years ago
d1bea4bdd631e3f9b9d317707380d11a3d1f4620 authored over 7 years ago
3fcc92bc46e60e4e6b2e2c73f24a0a1048d498c2 authored over 7 years ago
2838f0a3eeca1b591da082feabec96c444f963c9 authored over 7 years ago
* Simplify config
* Move config to separate folder, simplify rules' resolver
* Remove unus...
047b2298bda3274da6eba9b749eabb5ad5668f9e authored over 7 years ago09765b07536049dca5eb0ee84586693b93d87172 authored over 7 years ago
a3ffb6631af14a685923dec9546d5586e76323c4 authored almost 8 years ago
Update dependencies
99d8c1d12bfb843a119a657653a469100aa96957 authored almost 8 years agof6e8580ff8d6bca833b4dbd37db2f59122d0ae64 authored almost 8 years ago
eb74c2092adbc4c199832830df1622ce7af72cf0 authored about 8 years ago
2cf82552b663002ca7a558ac0cf9ed3daeae3d0d authored about 8 years ago
Note that eslint-config-vue is optional.
2b668dcc1eb818470fb2a03c7c80bd0327b1c442 authored about 8 years ago23d097d7a5cf2da9f59b90d3f0195709a78e5780 authored about 8 years ago
* Upgrade version of eslint-plugin-html
* Require eslint-plugin-html
* Update index.js fro...
9975b799afe8d8dddc0cece8605a6ef36d0a4009 authored about 8 years ago6a3a6db540e823b51af1e02950896ac9c2b49219 authored over 8 years ago