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

🔖 5.2.0

04b3c38d372ad37a7e2acdb8a8c38d6e616b0528 authored almost 6 years ago
Fix: fix for computed property names (fixes #776) (#791)

28b7d9c245c76f90e82c45554a3d3fa81ce0b2ab authored almost 6 years ago
Docs: fix spelling mistake (#809)

b1699ce6a9c002e0d75ffe2e35d5368553ed6aea authored almost 6 years ago
Fix: ignore names that can not be identified (fixed #768) (#790)

a3707b1bed6e832b1554dd6a157738a63172301c authored almost 6 years ago
Docs: update README.md (#806)

0f4861af00a8a012f043ff00e1c8f13a2f81b9ae authored almost 6 years ago
Fix: parsing error in testcases with [email protected]. (#803)

4359288e781253c7c5768b454a59c361712ef099 authored almost 6 years ago
Chore: update document of `match-component-file-name.md` (#788)

Updated according to the document style of vuepress.

f46c75b391422a651711fe67aac60963faf39406 authored almost 6 years ago
fix(no-unused-components): crash when `:is` in `<component>` is empty (#793)

Fixed #789

58d4a686401370c44935ed8dfe7937738704fd5d authored almost 6 years ago
feat: ignore anchor tags in multiline rule (#738)

* feat: ignore anchor tags in multiline rule

* Update singleline-html-element-content-newline...

98f7bbd1e4eb76f4ce34f325e70c7dc8ee270b0d authored almost 6 years ago
⭐️New: Add rule `no-boolean-default` (#612)

* no-boolean-default

* Rule files

* PR changes

* Added docs

* Added more tests

* ...

617139e4d6b3eef1dd5022f950116047ba974fd0 authored almost 6 years ago
⭐️New: Add `vue/v-on-parens` rule (#481)

* Implement rule

* Get rid of spread operator, update error message in test

* Update meta
...

ae03c281a0bf031f65ee8976b3a3228053e61ca2 authored almost 6 years ago
chore: add nuxt component functions to order rule (#786)

5d1f0519a3d8f3ac8807a0db9e24e7bc98a72c1c authored almost 6 years ago
⭐️New: Add `vue/comma-dangle` rule (#773)

a8b2ca042dd3cb3c6c97699cf50093d09c633a6b authored about 6 years ago
⭐️New: Add `vue/camelcase` rule (#772)

fa2641473516a6cfb4969d364abac3615af783e4 authored about 6 years ago
⭐️New: Add `vue/brace-style` rule (#771)

94e4f0ba37f839a6e84660c4f492d9ef90d754cb authored about 6 years ago
chore(docs): Add favicon (#779)

40f0dd9c26e099d0520fd851c6ccade2784145ba authored about 6 years ago
⭐️New: Add `vue/block-spacing` rule (#770)

db061366ad08e9701db33184b08e3443bf39f61a authored about 6 years ago
⭐️New: Add `vue/arrow-spacing` rule (#767)

6da3caed97c4804b9721f4a86e18af861fa44ba7 authored about 6 years ago
Feature: Add `allowEmptyLines` option to `vue/multiline-html-element-content-newline` rule (#759)

* Update: Add `arrowEmptyLine` option to `vue/multiline-html-element-content-newline` rule

Cl...

99e96079bd14d90b238a3c75c90440fc4f97738b authored about 6 years ago
Chore: update vue-eslint-parser (#754)

* Chore: update vue-eslint-parser

Fixes #716
Fiees #722
Fixes #733

As a side effect, it ...

97a51b25b9b2a7a37bbe246bbbe4e907618fe317 authored about 6 years ago
⭐️New: Add `vue/no-restricted-syntax` rule (#758)

* ⭐️New: Add `vue/no-restricted-syntax` rule

Close #689

* ⭐️New: Add `vue/no-restricted-sy...

9c49dcc8ff792ec6798037bd6b7f4ac3d26fdf68 authored about 6 years ago
Chore: Add link to Playground on documentation page (#760)

Added a link to [Playground](https://mysticatea.github.io/vue-eslint-demo) on the [documentation...

3b3fc6cf7c534334fb8a333d7d95ab714407ffe2 authored about 6 years ago
Chore: Update `http:` links to `https:` (#761)

dc371c528b1a7c9bdac2fa413d72a37e904d9007 authored about 6 years ago
⭐️New: Add `vue/require-direct-export` rule (#581)

* require-direct-export rule

* Added it to entry file and category

* Fixed rule doc issues...

fd4b0629525ad500ee41332848898ea7e6ca57c4 authored about 6 years ago
New: some core rules for <template> (#680)

* add core rule wrapper
* add `array-bracket-spacing` rule
* add `key-spacing` rule
* add `eq...

ebd07e6bd9be54cf9370f08296541017bad41386 authored about 6 years ago
fix(use-v-on-exact): Reimplement algorithm to catch cases more properly (#750)

* Reimplement use-v-on-exact rule

* Document methods in use-v-on-exact

* Check only system...

5dd07bf396d8ef2192074fef92a7bd3075e8ee1e authored about 6 years ago
chore(docs): Add legend on rules listing

9bf6098ec120e08cb6d71d184d24cc5c7755d293 authored about 6 years ago
Revert "Revert "⭐️New: Add `vue/match-component-file-name` rule (#668)""

This reverts commit f4eef7801e70b457c9b8d661328018eb4f909427.

9edbf2f395b19e4431dd169573be1c5b91c260b7 authored about 6 years ago
Fix: Add `registeredComponentsOnly` option to `component-name-in-template-casing` rule (#714)

* Add `registeredComponentsOnly` option to `component-name-in-template-casing` rule

* update ...

b48dc16c287eb84b49130e84973e4170048a748e authored about 6 years ago
fix(no-async-in-computed-properties): Allow async in nested scopes (#745)

eefb98f530abb045ffd7a7484d38e83a31a416e0 authored about 6 years ago
chore(docs): Update rules' links in meta

d550054077d6f38795e2512097ec8c089ac14f1e authored about 6 years ago
chore(docs): Remove gh-pages deployment

159f12ce25a4e038aa22ad25ec34ab09a57fd0a3 authored about 6 years ago
chore(docs): Update documentation URL

541ee8cc7625c07189aa77d55dd14997e90f38b3 authored about 6 years ago
5.1.0

c256eaba0499afd38c224de566319e03a0ef99ff authored about 6 years ago
Update docs

25a878f053fb048f1ed76d319e0099119c027b62 authored about 6 years ago
Chore: Add "no-layout-rules" config (#698)

* Add 'no-layout-rules' config
* Enable eslint-plugin/require-meta-type rule

fd80ba4a2686570620d09af3e06d7f5fdb5184e5 authored about 6 years ago
Chore: update links not correctly pointing to new documentation (#707)

f22f5ae310f1a0a6bad89c5fced47da0c1fddfa7 authored about 6 years ago
Docs: change links that don't point to anything (#706)

4261a396860a1739c652c0a0d59d79b80d8b6a6a authored about 6 years ago
Chore: add `adjustCodeBlocks()` process to `update-docs.js` (#709)

* Update attribute-hyphenation.md

* Add `adjustCodeBlocks()` process to `update-docs.js`

01a13b1c85aee54e151242c5e2e5826994cb2293 authored about 6 years ago
Fix: move component-name-in-template-casing rule to uncategorized (#703)

b1346cdc6f6c29e8e070142483f704bb206c8c72 authored about 6 years ago
Docs: add MacOS keybind for opening preference (#723)

21f8a43eadd55f9ff6e2c25514d8a081aeeb40f2 authored about 6 years ago
Fix: order in components for node 11 (#718)

f0974b94a25c9c701186701325133f04bd83bc8c authored about 6 years ago
Docs: improve editor style in vuepress (#717)

1331d41083cca74ec0029b7886c1b8d4440d02ae authored about 6 years ago
Fix: false positives in `html-indent` (issue #729) (#730)

4b59cce5604ceae149f806c32371237ded2d6bdc authored about 6 years ago
chore: Update homepage in package.json

34b9e38a59594f847bebc915ec492c9c979e2f70 authored about 6 years ago
Fixed the title format of document of `html-quotes` (#702)

546d5ef046dfd8d6c7a4764ee82143aad4c08e92 authored about 6 years ago
5.0.0

9fdf8e030c880e99f9bfa63fe10c3408961ee256 authored about 6 years ago
Docs: Remove info about `next` version

4b8cfa143145f5782d8661540ebbe52e093e3bf2 authored about 6 years ago
5.0.0-beta.6

e2633016c675aded960b5dd98f2ba631bd5ddf3d authored about 6 years ago
Changed the category of `html-quotes` to `strongly-recommended`. (#695)

4299ae0b92eb37602619352df8bf1023c4744038 authored about 6 years ago
Add `ignoreWhenEmpty` options to singleline/multiline-html-element-content-newline (#684)

* Add `ignoreWhenEmpty` options to multiline-html-element-content-newline and singleline-html-el...

bd995fdd60c057c13086fde6c50f08e8c9108dbd authored about 6 years ago
Update deploy config

ab3ed7a7ca550477c31520bc8e99e46009414249 authored about 6 years ago
Set Git identity on deploy

d931875bcd836cc3552bd888366dbca06d8262dd authored about 6 years ago
Fix gh-pages deploy job

8721d3fb7d0edeb3432e9d8c27879fb9ffe78429 authored about 6 years ago
Docs: add vuepress documentation (#534)

* Docs: add vuepress documentation

* small update for rule index

* add links to source cod...

025fb167bbe389c647f68e924f35615a574976d8 authored about 6 years ago
Chore: update vue-eslint-parser to v4 (#692)

This update fixes some bugs:

- fixes #687
- fixes no-unused-vars that filter names don't use...

f00e87264dc21541c39d50162c8e39f3c3c08885 authored about 6 years ago
Fixed: not to indentation the contents on the `<textarea>` in `html-indent` (#681)

6ef20aa7848e6bc318d872293fb3ece976801753 authored about 6 years ago
Update: add baseIndent option to vue/html-indent (fixes #292) (#678)

147c765aceea6cb03af0e29cdda1ae000eed7c78 authored about 6 years ago
chore: Fix typo in comments (#679)

61a667ff33222dc67f8c0c681ef7bc3431eb8845 authored about 6 years ago
Revert "⭐️New: Add `vue/match-component-file-name` rule (#668)"

This reverts commit c6bbd953419addfe6fe65229b5a1fc7f077a4435.

f4eef7801e70b457c9b8d661328018eb4f909427 authored about 6 years ago
Fix: improve comment indentation (fixes #514) (#676)

* Fix: improve comment indentation (fixes #514)

* 📝 fix JSDoc comment

925190f1c739845ec6e33710deb42ace12bff6c5 authored about 6 years ago
⭐️New: Add `vue/match-component-file-name` rule (#668)

* match-component-file-name rule

* add tests when there is no name attribute and improve erro...

c6bbd953419addfe6fe65229b5a1fc7f077a4435 authored about 6 years ago
Fix: ignore preformatted tokens in `html-indent` (fixes #653)(#659)

78bd9367945304bc00c6d7f059d779cd5d5ee355 authored about 6 years ago
Fix: make strict for flatten ternary expr (fixes #625) (#675)

0e518398203ad9d02a101ba091c194dbcf1a407b authored about 6 years ago
5.0.0-beta.5

1ef1d33afb93ab4f66c71ecd3e793f09c804be26 authored about 6 years ago
chore: add type to all rules (#673)

* chore: add type to all rules

Make sure that --fix-type cli parameter works with our plugin
...

b18d351bf93142cadb5bd766817c626c6e5aeb1f authored about 6 years ago
chore: enable no-mixed-operators to catch potentially harmful expressions (#672)

3dd2e428b465eb424492021440e6772a85ea6bc5 authored about 6 years ago
chore: Report errors only for base and essential rules (#654)

c15f05e2db07e8a96dcadd90d12a89352451598e authored about 6 years ago
add instruction about the linter on contribution guide (#669)

c75a188641d16a8d9b5ad1f0c06655267240d084 authored about 6 years ago
Fix: singleline-html-element-content-newline case sensitivity (#666)

276fe2041521b8b9dc86db366a00aed5a53592b2 authored about 6 years ago
Fix: multiline-html-element-content-newline case sensitivity (#663)

* Fix: multiline-html-element-content-newline case sensitivity

fix issue #662

* fix typo i...

07a7d9f6bc7dafe6db0bf8644f35109f3c4efd3c authored about 6 years ago
Update valid-v-bind.md (#660)

5da94e1910653b3e34135d4ecf7e0d0df215331a authored about 6 years ago
Fix reporting issues from `executeOnFunctionsWithoutReturn` (#655)

adb4a0db2c8e730c74c4134927b3646ac39274c5 authored about 6 years ago
chore: Update uncategorized rules' categories (#651)

8fd7ab841a42b25f1ce0b025063fb16bd41a9337 authored about 6 years ago
Merge pull request #658 from vuejs/revert-html-indent

Revert "Fix: ignore preformatted tokens in `html-indent`"

0fd0f7b0a305429d161abb4d59596beb78897c80 authored about 6 years ago
Revert "Fix: ignore preformatted tokens in `html-indent`"

This reverts commit 0f27d019e68e49878ef1145ab6d4469ae8401f11.

97287918fba848c271e3e75a93162459973f7f56 authored about 6 years ago
Fix: ignore preformatted tokens in `html-indent`

0f27d019e68e49878ef1145ab6d4469ae8401f11 authored about 6 years ago
5.0.0-beta.4

f98123cff43e833596c171f46577536cbbb32adc authored about 6 years ago
chore: Add VSC launch configuration

449789bb4385ec483bca8aab8a747dad65234a9b authored about 6 years ago
Change to use multiple-autofixes. (#650)

https://eslint.org/blog/2017/06/eslint-v4.1.0-released#applying-multiple-autofixes-simultaneously

e38c7216477213ba41fd7707f3a967a08c217c7e authored about 6 years ago
Fix #580 - Fix false positives regarding components inside SVGs (#645)

* 580 - don't ignore custom components inside SVGs

* 580 - Add more cases

* 580 - Detect c...

f7a4dc01a97cd6c1b25609bd3caa5c45bb04af74 authored about 6 years ago
Fixed #648 (#649)

7bb543803669d1003a07345e80b5150b929c8047 authored about 6 years ago
Fix #616 - update max attrs per line error message, remove white spaces (#643)

* Fix #616 - Improve error message in max-attributes-per-line, remove white spaces

* Update ....

176aa8b209740b628705af09e291c9976ff89b98 authored about 6 years ago
Fix #614 - Improve errors in valid-v-on, detect forbidden keywords (#642)

* Fix #614 - Improve errors in valid-v-on, detect forbidden keywords

* 614 - Update error mes...

dcaccd5f75450069c4da11b69ab569c9a40f0f36 authored about 6 years ago
Fix #637 - Don't ignore elements with "is" binding in component-name-in-template-casing (#644)

501a4092c4e9a776574da4228938f0bb1174f105 authored about 6 years ago
Fix logic behind kabab case and snake case for propID (#641)

fix issue #550

023121c7c98edd4dbf1f1f499dbb84485f41a93c authored about 6 years ago
Fixes #240 (#638)

d1cd06ef146baf34b00cb967c3455c234a4ed59d authored about 6 years ago
Chore: Add new issue templates (#635)

* Chore: Add new issue templates

https://blog.github.com/2018-05-02-issue-template-improvemen...

e1e4e1d38d66aa2b579ca49ea41e05bbfa8dbf5f authored about 6 years ago
Fix issues with props (#632)

* prop-name-casing: is working now with array props [literals]
* prop-name-casing: reports all ...

6032f213bba901df65df71b16e18803f500e67a8 authored about 6 years ago
(Implements #535) Add "ignoreProperties" option to "no-multi-spaces" rule (#591)

* Add "ignoreProperties" option to "no-multi-spaces" rule

* Handle extra case

b36337907aee50582bbd728c526ac04d3e3d5d07 authored about 6 years ago
fixed: Corrected doc name use-v-on-exact (#628)

* Corrected doc name use-v-on-exact

* Mistake

1b5a799bad163525196e3f8c49bcf88f842d21c5 authored about 6 years ago
Added "how to activate linter on Sublime Text" (#624)

cd26c7e8991dfd96b4716c26514d40c91fb5e698 authored about 6 years ago
Update shields in readme (#623)

* Update shields in readme

* Update README.md

ba3ba3de4245db1f86e9ec20e756db8774feeb85 authored about 6 years ago
Add missing vue/ suffix to rule example (#617)

Found at https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/script-indent.md

5c435081e8051bf5f3dd1733e51d87ef1e80fa64 authored about 6 years ago
#564 #575 Fix issues with Typescript (#613)

* Add typescript specific changes

* Add "as" helper
* Fix vue/require-default-prop
* Fix vu...

badd05113630a79aaa1be29e4785308a08bacf65 authored about 6 years ago
Migrate circleci to version 2 (#603)

* Migrate circleci to version 2

* remove legacy eslint-plugin-html

* Update config.yml

...

2ddcec94ea49cbd132a87c2e072efb0704729ec1 authored about 6 years ago
New: `use-v-on-exact` rule (fixes #271) (#602)

7c574f416c16573bf2a482b2378af65b71b08f39 authored over 6 years ago
Fix: no-unused-components rule should allow camelCase (#606)

45be30659050853ff032cf81000a15657b0150c4 authored over 6 years ago
Fix: Ignore templates with 'src' attribute in no-unused-components (fixes #598)(#607)

dd6ed4fb9d86a765d6f8e0894a928f9cbab61d3b authored over 6 years ago
Fix: reporting correct name in `require-prop-type-constructor` (#615)

096949bb8a93f05d752f339d850332e4f1968358 authored over 6 years ago