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

run update

fb40b9ae917fc36087858f6d68d343db66f1b62f authored about 7 years ago
4.2.0

b9ddb73ad7637076577c91f528364a344e5eb456 authored about 7 years ago
Fix: unintentional disabling (#338)

c4356d5b2c15093dc8d826698ac0da7e28e517ce authored about 7 years ago
Docs: Add URL to rule documentation to the metadata (#340)

ESLint v4.15.0 added an official location for rules to store a URL to
their documentation in th...

085f1ca72f018b2a5b8c8658efa45ff9f9b64b96 authored about 7 years ago
Fix: html-indent for solo comment (fixes #330) (#333)

9f83c5a167357f3b052f8434f78dafe0b2d6eea5 authored about 7 years ago
New: vue/script-indent rule (fixes #118) (#309)

* Chore: extract common part of indent

* Chore: refactor tests of html-indent

* New: vue/s...

784925b7935659f786b8acdaf5f01e33f10c7d16 authored about 7 years ago
Chore: rewrite 'npm run update' (#332)

9da315ca07fe39d1e3d06c5328df42bf3767ecd6 authored about 7 years ago
Fix: unintentional disabling (#331)

f3c609d504c936aa46a3c3ea496b2cc74274aeef authored about 7 years ago
4.1.0

41e7eeee11e1ec9bed45e04aad8bbedcfec37644 authored about 7 years ago
New: directive comments (fixes #260) (#320)

* New: directive comments (fixes #260)

* Docs: update docs

ad84e0ba6d81f24583e65fc70b1d9803d73d3ed9 authored about 7 years ago
Report missing prop types only for assigned arrays and objects (#318)

8ea98e70245b5a8e85e4da78737038c502ac7f5c authored about 7 years ago
New: html-closing-bracket-spacing rule (fixes #229) (#312)

* New: html-closing-bracket-spacing rule (fixes #229)

* fix description

* add the check of...

7faf1a498c2404e8efb781cbe1973f21b18e06ac authored about 7 years ago
[New] Add `html-closing-bracket-newline` (fixes #169) (#190)

* New: html-closing-bracket-newline (fixes #169)

* update .md

cdd416345c46f4e2b23361453efb57051cf1e716 authored about 7 years ago
4.0.1

98cdafab299342b307131282a5aef224b3c14b04 authored about 7 years ago
Prevent data leakage in no-dupe-keys rule (#317)

9096846c6db1924c480dd490532f59f6acf4f1a8 authored about 7 years ago
Remove warning about @next version from readme (#313)

Remove warning about @next version from readme

dfcd26efded4d671618fb48860f86a5ec476783a authored about 7 years ago
v4.0.0

9129be0c5ebcb0338f8aa1347acadb74db87e4d5 authored about 7 years ago
v4.0.0-beta.5

ba002b1982bbb359794c4b25e09a133b649c2a37 authored about 7 years ago
[Fixes #293] Update indent rule (#301)

* Update indent rule to handle properly multiline attributes lists

* Add test with errors

...

e699f9ca706073381b601e57ed1e707986dbc8aa authored about 7 years ago
Chore: upgrade vue-eslint-parser (#311)

5c4896cb923533df4dc088010f0a868a7ab11c3d authored about 7 years ago
Update REGEX in no-side-effects-in-computed-properties (#308)

45104ad1d7b91c667ef83d2cc076c874b0e3e4ab authored about 7 years ago
Fix: no-unused-vars rule false positive (fixes #294)(#302)

b434ff99d37f35570fa351681e43ba2cf5746db3 authored about 7 years ago
Docs: fix wrong default (fixes #300)(#303)

* Update docs, mark fixable rule
* Update defaults in max-attributes-per-line docs

dc61f9ddcd86c87af063f94b3570f5e808e24356 authored about 7 years ago
v4.0.0-beta.4

7752f5a1975fcbb85e1491c0e1092b2b09a67a1b authored about 7 years ago
chore(package): Swap out `requireindex` (#297)

Swap out `requireindex` dependency with the more recently updated
dependency `require-all`. The...

a96a1e0b84cb3cfc412aee70a8b82077ece0a725 authored about 7 years ago
Fix eslint crash when using object spread inside prop definition (#295)

* add test for prop default with object spread

* fixes #287:

check for key

d6fca8f5e0683a4b67f33bd37625938388ebe626 authored about 7 years ago
v4.0.0-beta.3

e681dfe047b27179d3b182b9b189f4815af897ad authored about 7 years ago
Fix html-self-closing example json (#291)

`vue/html-self-closing` must be used as a key in the eslint config to
make it work correctly. A...

c7542bde91f3ba1c7fe2156a008b76b027cbce81 authored about 7 years ago
Fix: html-indent about binary expressions (fixes #264) (#281)

* Fix: html-indent about binary expressions (fixes #264)

* update logic

345aaac4fa9fb1472409248a21c98c6ab946644d authored about 7 years ago
Fix: html-indent about comments (fixes #241) (#280)

e6593a5a28396ff9f5ed39bbbe029913786bf73e authored about 7 years ago
[Fix] Crash with babel-eslint (#273)

* Fix: crash with babel-eslint

* Chore: fix lint errors

* Fix: upgrade eslint-plugin-vue-l...

cc438211ae7dab25f1e736686ae7bcfa5c3f7ecf authored about 7 years ago
4.0.0-beta.2

1ac12f567dc8d13c9d4c92ac7f650dd446006eef authored about 7 years ago
[Update] Make `vue/no-shared-component-data` fixable (#278)

* Update: make vue/no-shared-component-data fixable

* refactoring

887045a6ff2125c1ac48e1ab950eca613c1d9a73 authored about 7 years ago
[Update] Improve the range of `mustache-interpolation-spacing` (#276)

* Fix: improve range of mustache-interpolation-spacing

* Chore: add linebreaks

3137c1fc9f6a35b6bfc30c14620fd8243c9f8e2a authored about 7 years ago
4.0.0-beta.1

6a9ef036c42ff8e51dbd72669990f7c4ac1979ab authored about 7 years ago
[Update] Make `vue/html-quotes` fixable (#275)

* Fix: incorrect errors in invalid EOF cases (fixes #268)

* Update: make vue/html-quotes fixable

7897252d721cb323ff409f2c35b4547354a2c372 authored about 7 years ago
Fix: incorrect errors in invalid EOF cases (fixes #268) (#274)

a93a23453d08bf7fdd6edc829dd4e3616e059ae8 authored about 7 years ago
Docs: add playground link (#272)

3da5cfcff31e16041be18379d5d70fe6f7e1ca1d authored about 7 years ago
Added exact as valid modifier (#269)

b8a325d218735079ba81a35024e52b0ffc5f992d authored about 7 years ago
Update readme (#244)

deedd7a0f04e4a8833c46700359c2d1b3a323bd1 authored about 7 years ago
4.0.0-beta.0

c022b7d148d63b73750d8b0725890cf7d666f37a authored about 7 years ago
Omit BinaryExpression in v-model references check (#243)

ac581a43e1e69eda219fe12baf33791cec5ec558 authored about 7 years ago
Don't report dynamic types on inputs with v-model directive (#242)

2793ca228926261cc834ff790dcf3fffeb51160f authored about 7 years ago
Adjust html-indent default doc to reflect 0a1237b (#239)

Cross-reference: https://github.com/vuejs/eslint-plugin-vue/pull/205#issuecomment-344459432

6b1322678be71f6e4d9f630449b669485922ea9c authored about 7 years ago
Breaking: enable HTML syntax errors by default (#233)

7a29f57a9060a98c969652e795eb7192f845f3ea authored about 7 years ago
Update example config to use essential rules (#234)

I think the `essential` rules make the most sense as a default implied recommendation, as they'r...

09b8f90a57af99693ab770c4f413f6ee7eeb0ecc authored about 7 years ago
Remove deprecated rules (#232)

* Remove deprecated rules

* Update readme

* Hide deprecated section when no rules are depr...

0f18b3b314acd8adc3e42392c3064f3e7ac00d20 authored about 7 years ago
Update html-end-tags doc (#228)

* Update html-end-tags doc

* Improve wording

965a32729b0e266560e326f639a99db4628abcdf authored about 7 years ago
Merge pull request #205 from vuejs/style-guide-alignment

Style Guide Alignment

d611cd8bcce3627fb282e0d7d1940f048287cf9e authored about 7 years ago
3.14.0

947096f2461cb3dcd8700f7b32703ebbb082fd33 authored about 7 years ago
Check only left part of assignment in no-side-effects-in-computed-property rule (#231)

b23c51826484148aff90f80e2d503f771a1ce94b authored about 7 years ago
fix html-indent tests

43432b249ba969c89dab8f6c2b7b7d3b86a06300 authored about 7 years ago
allow uncategorized rules

e64a4cb409c23939d27f09c69dadccc227d921e8 authored about 7 years ago
fix html-end-tags failing on self-closing elements

18a3d8a7ccc8805a74dbed3090d4a2be0b69a96b authored about 7 years ago
remove all-rules config

6f4515f971eda8e1e2eb2fc5b4f0fd78198571b6 authored about 7 years ago
update config descriptions in readme

180b2d45e32ebc5c4b0f3ae48ca1f4ceb9244b99 authored about 7 years ago
update documentation examples to match style guide

978ddd376476197d041f82cffcedba65e72f28ef authored about 7 years ago
fix tests to match style guide recommendations

e419479bb838c520ae8ab39c4cdff942ed8f306d authored about 7 years ago
ignore all rules files in .eslintignore

8b90b4a306db6ed62c7458059d8470ca533157e3 authored about 7 years ago
categorize rules by style guide priority levels

0a1237b1cb334425d60bc940f5988be58ff0a5ca authored about 7 years ago
update recommended rules to match style guide

470b43c8c70d283c10b788dc3560cf29a375aa0f authored about 7 years ago
Fix typos: it's -> its (#218)

5f4f3cea560b638947e335f84cb835f27fb3b722 authored about 7 years ago
Chore: fix rule no-unused-vars description (#226)

e914fe266589363b23d3583a1c02f9ba07a06649 authored over 7 years ago
New: no-unused-vars (fixes #100)(#187)

43c3f3ad08ee421ec5ef70aff6faeed1e0415056 authored over 7 years ago
Fix: require-v-for-key shouldn't be raised on slots (fixes #216)(#223)

73a9dd46a91016504f33e5877544ebf71392841a authored over 7 years ago
Fix: html-end-tags don't fail for self-closing elements (#221)

* Add test case

* Fix html-end-tags for self closing elements

* Add self closing example i...

43f248b05c88233c053538ee33bbc15efd9d9ab8 authored over 7 years ago
Update docs

0a8eb8e385e005532922fe73a01816b0af3a7952 authored over 7 years ago
Tidying up (#210)

* Prevent trimming trailing whitespace in markdown files

* Use error code 2 instead of "error...

8d6071789d9d0468860529f94f63d350e078d8ad authored over 7 years ago
New: `vue/html-indent` rule (fixes #46) (#145)

* New: `vue/html-indent` rule (fixes #46)

* remove garbages

* add some tests for comma in ...

5fdb8489c6df7e8cddad4ff4f6517d2c3e5685a1 authored over 7 years ago
3.13.1

4f394c87bc9d940879f36189ce204215e4a72af0 authored over 7 years ago
Fix max-attributes-per-line example json configuration (#200)

The first value of the array is expected to be the severity.
Keys must be in double quotes.

8a4d02b03247edfd5d01c33ef54fd783d693f49c authored over 7 years ago
Fix typo in docs no-duplicate-attributes (#198)

92a1ae1ba072796d241e07f678d12d3e46794b38 authored over 7 years ago
Docs: improve document's header (#142)

* Docs: improve document's header

* Add some internal rules for description

* fix typo

...

94f387ed68149f8d12c1960d68cb5d9c376b9a89 authored over 7 years ago
Fix: ignore PUG (fixes #165) (#180)

e8331b190b07d4877595a073f1e18071553e954d authored over 7 years ago
Fix: ensure that executeOnVueComponent is called after object instead of before. (fixes #173)(#175)

827aaf91d259362f585bb0067e0d1e1f49af1fe7 authored over 7 years ago
Docs: correct example code in `this-in-template` (#178)

1c827b317bea24c68e8bc63f782c7365b08754b1 authored over 7 years ago
Chore: deprecated rule links in readme.md (#177)

* Chore: deprecated rule links in readme.md
fixes #176

* Add missing chnage for replacement ...

e59b19ee4ce98b521b3a3354bb1be0729f106791 authored over 7 years ago
3.13.0

3ed8c5c3ab8ac43e92d7f4ded55771da69f5a5f1 authored over 7 years ago
Update README and recommended rules config

1bc5020d763e6c2dbe5244bfcad9306eaf98382f authored over 7 years ago
Fix: don't use internal APIs of ESLint (fixes #171) (#172)

* Fix: don't use internal APIs of ESLint (fixes #171)

* Chore: add tests with old ESLint

62d97bf0daefc41626018bf5dfce3f9f2b217839 authored over 7 years ago
Fix: polish template v-for error report (fixes #164)(#168)

* polish template v-for error report

Fix #164, don't report error when nested v-for refers it...

85137c997885f58fae9d7e09a3f87d418b62593f authored over 7 years ago
Rename and add options to `this-in-template`. (#163)

* Add options to `no-this-in-template`.
fixes #148

* Add few more advanced tests

* Rename...

a73f5e238d3de4d48f1392dee9b50d83bca87617 authored over 7 years ago
Fix: "no-multi-spaces" will effect js file and throw a error (fixes #161)(#162)

a6feec3ae0d2d0efa2213880af1000bbf8d85f2d authored over 7 years ago
Add "require-default-prop" rule (fixes #122) (#135)

* Add "require-default-prop" rule

* Handle spread operator cases

71929fa3b42094ed083cb850e15dd292832d51d3 authored over 7 years ago
Fix: 'no-shared-component-data' false positive when using arrow functions (fixes #154)(#156)

b25be7392d464df673ef08d0f924424043e2e778 authored over 7 years ago
Add `no-this-in-template` rule. (#149)

* Add `no-this-in-template` rule.
fixes #148

* Update documentation

1e7a13a33f92394ce22bce62fa96b9a778c8e733 authored over 7 years ago
Add `mustache-curly-spacing` rule. (#153)

* Add `mustache-curly-spacing` rule.
fixes #150

* Rename mustache-curly-spacing to mustache-...

4c97f17070456fd2b5f3717381ab2a8f804258f5 authored over 7 years ago
v3.12.0

541c2385dd33fb2bb23674dbe5e9ebbcb4cdb6f2 authored over 7 years ago
Rename rule `no-reservered-keys` to `no-reserved-keys`. (#157)

fixes #155

23d360ca0b5209b0fe70c10ee72a5314b358e92c authored over 7 years ago
Treat Vue.mixin as components (#137)

* Treat Vue.mixin as components

* Add unit test for `Vue.mixin`

becfb8a75acbe3bec52ccade2f696f718efa0f89 authored over 7 years ago
Add rule `max-attributes-per-line` (resolves #47) (#60)

* Inits new rule.
Adds documentation.

* Improves rule definition

* Update docs to match r...

85558dc8c89a1f6b860cf42a248e797076d8eaf1 authored over 7 years ago
Fix: improve support for spread operator (#146)

* Fix exceptions in iterateFunctionExpression and iterateProperties:
* Cannot read property 'ty...

df84d9bf48b20cceb91776f889d65359f8891326 authored over 7 years ago
New: add "no-multi-spaces" rule (fixes #133) (#138)

140a276e191c311155c0d82ca14d4a7bb0045dcd authored over 7 years ago
Fix small mistake in `require-valid-default-prop` (#143)

* Fix small mistakes in `require-valid-default-prop`
- Improve coverage for FunctionExpression ...

164b2aea7b19d30b37ec1b58d809b558da2042d9 authored over 7 years ago
v3.11.0

a1fd26be58b657af9aa3f11acb191a172df0e233 authored over 7 years ago
Fix: support ESLint 4.4.0 (fixes #134) (#139)

8761bdeb74dab5551639634a75af84ce29cfb520 authored over 7 years ago
Update: deprecate `no-invalid-*` rules and add `valid-*` rules (fixes #103) (#132)

* Update: deprecate `no-invalid-*` rules and add `valid-*` rules (fixes #103)

* Docs: update ...

a9d44bca02d28f372cfa58d889fefb0a49d124ae authored over 7 years ago
New: `html-self-closing` rule (fixes #31) (#129)

* New: `html-self-closing-style` rule (fixes #31)

* add more tests.

* Docs: add replacedBy...

0e46f31bbcd78fb07502daac40da028ac21ee4bc authored over 7 years ago
Allow to use @vue/component to set enable parsing vue objects (#123)

* Allow to use @vue/component to set enable parsing vue objects
fixes #109

* Add support for...

4d0c1d355240afad63eb929b1ca3959851838a5c authored over 7 years ago
Fix issue return in computed properties & render to match only corret nodes (#131)

3db7b1388905f5a99497527749610452a157ad92 authored over 7 years ago