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
3ccf3ef209e45ee29b5d5235af97a8b8d6ea98aa authored over 6 years ago
c1c65348e0ff74ae2367cf87a94cb5213ef5c822 authored over 6 years ago
c1f43f55e2ccfc01a665b34e3df58e5876c1096b authored over 6 years ago
* 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
* Updating examples for factory functions
*...
ce7cb10ed0e8925978e3ef493babde22e7dc2c67 authored over 6 years ago* Fixed an issue where the rules `vue/script-indent` unexpected error report whileforce using se...
82d939c45ff58501df2274a2e92384c94af93616 authored over 6 years agod0fd01f267b7fc5e6318d0cc7971ffac447f2ad0 authored over 6 years ago
typo
84743088046d9427f196fab36dc9efdc9754fee9 authored over 6 years ago* Fix: if no trailing comma, not to leave trailing comma after fixed of `order-in-components`
...
b1e1bb95ebfdc98a8187551c27c6d2b9f73b1625 authored over 6 years ago* 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* fixed #554
* Deleted useless test case.
f0c8b379ce8e98f5f3cd0ee582ad6abbf6604f7f authored over 6 years agoAccording to OWASP shorthand XSS stands for Cross-Site Scripting: https://www.owasp.org/index.ph...
117ffc619f15cbb4ed627d58b922e03f4d02acc0 authored over 6 years ago* Fix custom component detection
* Add ignoreWhenBindingPresent setting to no-unused-componen...
2049c5c0187a7d2c45b71d3a28611f81b1d6169b authored over 6 years ago3f5d41ec89c55cd21f3e4e72f211dcc0f95959ba authored over 6 years ago
* [New] Add `vue/singleline-html-element-content-newline` rule
* Update `strict` -> `ignoreWh...
cae7d51d8a3e81e9d507aae3e9114027061cba33 authored over 6 years agoa7d0b3c8aa6e93f79d4aecc11325e476936cf116 authored over 6 years ago
* [New] Add `vue/multiline-html-element-content-newline` rule
* Update `ignoreNames` -> `igno...
e53bfd3eda90b95da8bb97bf8dcf362a85a02648 authored over 6 years ago* Add `vue/no-spaces-around-equal-signs-in-attribute` rule
* Add check that error message loc...
bf7c2b72dedc8576fd5fde553bf875a978b5e565 authored over 6 years agoab624da58d45e1f72d57e639816417d40477b36c authored over 6 years ago
* Add no-string-prop-type rule - basic implementation
* Rename rule
* Add more tests, upda...
47cc8d394e528052cb73cf827bd62926eb7b1d9b authored over 6 years ago* Add "no-unused-components" rule
* Handle case with Literal in :is binding expression, updat...
8673fc391c7d7073c5b186c0f2c18f5edf63ee43 authored over 6 years ago52e04628cb1d817da9dc243d502d81cdd88ed108 authored over 6 years ago
1c410d82e1b4610d86d2a627f6cb3607ff33e337 authored over 6 years ago
74f7dc634cfb9e38672e9295555de0fa6e488c5b authored over 6 years ago
8d204094a03a3f41735d63af6014c1a2305df674 authored over 6 years ago
* Add rule `no-template-shadow`.
fixes #101
* fix/merge changes with master
* Update test...
da4ea71fe18909c503e7690ece32b5b1ffeb5bd8 authored over 6 years ago341bccfdceb33fe50c1cb129973e2ac48e70a158 authored over 6 years ago
* 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
* Support edgecase with array of types
766b637285d6367bd3ba1945897322a03861b30e authored over 6 years ago6a117c20b9fecb31c187b78fcc23748efe89ef2e authored over 6 years ago
4cfd125a19380635be9411e4866de8d7c0188a57 authored over 6 years ago
* (Chore) Update configs
* (Chore) Update base config, remove root
d5da8667c5efaf51101bab6a03811c04a219f5c7 authored over 6 years agod64aa4974c62dc1d63990c0fada6892e970e5e36 authored over 6 years ago
0bd4576426364a65ea38c70179c1d01249f12327 authored over 6 years ago
* Fix: v-bind order in `vue/attribute-order` rule
* Fix: Including custom directives
* Res...
b8743d01924f4d5fb0b3ae7ea6e0353fcb98b756 authored over 6 years agobd93dc04990d84950594b8bdb8989b1a86b03010 authored over 6 years ago
06e1f22fec3b237de2aa63d7e1c7cad4e10477cb authored over 6 years ago
3b6dcacc080f684714ad0bcbdbee2380f970ac96 authored over 6 years ago
582b07bc707c280875eb1b744d7822cc648a0b81 authored over 6 years ago
84df9ecc485288983a17561e19104bf1cda01966 authored over 6 years ago
The top-level commas are invalid syntax.
519fa3a37c25fd59722109ad0b18bff638e470d8 authored over 6 years ago19756cb20664bad1e8ef8f8fa542e354f134ce30 authored over 6 years ago
dadeadc411865c3fb8a3ac62b2176f979c14500f authored over 6 years ago
1460c19074c7894fb0f4dbd346a60ba68a53cc6f authored over 6 years ago
d12c3bb443bf0b6be3e26017dd84bdcf145a28cd authored over 6 years ago
* Fix: Allow props with `validator` without `type` in `vue/require-prop-types`
* Fix: Allow p...
23fa9d4301ca545c1a0ed4a2f49005c82076819d authored over 6 years ago4b130cba2d7c3ff154b6e417e2423ff259ee58a0 authored over 6 years ago
b989b6d256b451e486f7f5cc6566c3e3ced93266 authored over 6 years ago
* New: Add `vue/no-v-html` rule
* Update category to undefined as categories are defined in m...
83aa39aac6aa08f5352d214e54b5553a3f24b636 authored over 6 years ago* tests: attribute-hyphenation: Fix the ignore-list test
The test introduced in f9e1eee3fe711...
802791616c8a311f9e128100854182df5371c848 authored over 6 years agobd5c31e9be126d095498ae35867c1747d08529b9 authored over 6 years ago
157eff9ce473384a993fa6e9b586d32a650656d3 authored over 6 years ago
1a31fe819fd858b27068c56462a1cb7622e84e8e authored over 6 years ago
f028b5727fcc40f537b080664eafa225524e6a67 authored over 6 years ago
Example was not correct
c7bb1f5bf43fc7ea6e15a02f5e0795d8d6be0ccb authored over 6 years ago1c5604a15c989e309601186ddc4f837138aed1ea authored over 6 years ago
* chore: remove yarn-error.log
* Update .gitignore
0b86a4e894ea4e6b8f57d0d350f2326c9dcb3353 authored over 6 years agof8f8ac9a84344dc57b7c8db5cf8c536f98fbb953 authored over 6 years ago
Provide more details on working with arrays inside computed properties.
8ea21c87313ff534520c30f42929fd47c77cbbd9 authored over 6 years ago* Document required single file component configuration in the usage section
* Document requi...
88b1f2db3fe373358dc95f2968bf58cfdaefc422 authored over 6 years ago30f94f8b9af5059b3111c7912e660e9985bbf458 authored over 6 years ago
* Parse Member and CallExpression to simplified versions for better side-effects detection
* ...
409fe31e9372d3bbc4145ff93a677b0cdb5e36ea authored over 6 years ago552ea4f7e9dd5f0b5609bc0ba6a1ea156bfecd12 authored over 6 years ago
* Add Vue.extend support, add missing info about Vue.mixin check in readme
* Docs: fixes word...
a95dfbba3b1301c22f5598d6e289ec3dc5afad39 authored over 6 years ago3f88f28d7877b37a7e9a9d0c46fa0750866cf44a authored almost 7 years ago
* ignore phpstorm editor config
* updated rule, tests, and markdown to include a custom list ...
f9e1eee3fe711b9dfedc037fe25aa5570370296e authored almost 7 years ago67e0f48a63f36c46826c51aa8d3f800fda4e571c authored almost 7 years ago
d7e98ddfe7330f710419f8eb46cb089168d619d6 authored almost 7 years ago
5cc3021d0be25e830ffd84349de9a7575155eaa5 authored almost 7 years ago
* Add Vue.extend support, add missing info about Vue.mixin check in readme
* Docs: fixes word...
a5391f111bb446531c9eb8cf9f9353a03cda1d26 authored almost 7 years agoFixes https://github.com/vuejs/eslint-plugin-vue/issues/432
faaa69c2cdccb8bf9137c03bb2c8b0ab114d619d authored almost 7 years agod2b53b5d219f6122bd21cb448967799ce46cbc11 authored almost 7 years ago
dbdcc1129d6952e4bfd7e48948f17a4e10d3f3ba authored almost 7 years ago
bc65718f0afb1811d43268bc5e6ffbda42973d89 authored almost 7 years ago
92c360981c7bbd4b36146eafc7e3327e72a80327 authored almost 7 years ago
fede503b813ee9811abdba2ba28212d9e5f8ef28 authored almost 7 years ago
59d80be0775199e3149897d0ba87474c35cc6225 authored almost 7 years ago
b34b24ff90f31f28a39e8aaa5ae81c10ba4f12c2 authored almost 7 years ago
6bb6f696660f7a240d1d0dfd680f9e253efda2a5 authored almost 7 years ago
* [Update] Make `vue/prop-name-casing` fixable
* [fix] Only ASCII printable characters can be...
12054ea24b9b5ceab2a747537acd651ff20989d3 authored almost 7 years ago4c254039e628cd6ca16a1db4a406984b3654bac9 authored almost 7 years ago
5eaffdf2e1b0c62eec44e176f5059be0d178f549 authored almost 7 years ago
* [Update] Make `vue/order-in-components` fixable
This Commit makes `vue/order-in-components`...
9857496b88ed79a7c158edde6f40277df9e183ab authored almost 7 years ago33ce7aa3c0179ef57eaf783720b17ce4c6b67b00 authored almost 7 years ago
381ae70cc1fc0c7dce1c4f096838a84c6e961b43 authored almost 7 years ago
* Fix: a linting error
* Fix: upgrade vue-eslint-parser and fix invalid tests
f739bf98eff69758851981fb0d73bdb17d099612 authored almost 7 years agoccb6488674ea5e64ce9991ad74efb667af640611 authored almost 7 years ago
* Docs: update README.md
* fix grammer
bc1b07baccb7b6a8ac1711790405091ad5d4cb54 authored almost 7 years agob33ef75ec29fb44b32e12ab318e0a5129fec6d03 authored almost 7 years ago
c6d25af2f1c02f0f1171edbacca51751f84153ee authored almost 7 years ago
* [Update] Make `vue/max-attributes-per-line` fixable
* [fix] bug and style
* [fix] Switch ind...
742bfd6a7c6517032e38889941d3d18a9142ad77 authored almost 7 years agoa5946902270936c619912e609159b222cfb7ca80 authored almost 7 years ago
d3e7d4cc82e9fe6a99ac3897ae910acdf074d2ed authored almost 7 years ago
750d3b860a305b9f3322040383b42d1c90e456ec authored about 7 years ago
8b8402f8e47c8efcc49dc3fe3ef351226a496567 authored about 7 years ago
b4413a5469e4888b23ded555fcd76efcf78fde59 authored about 7 years ago
bd20b8b1a1636f797719ca5ef1a428ff7456149c authored about 7 years ago
* Chore: move `create` function into object literal
I found that `eslint-plugin-eslint-plugin...
095ef4fb01e0ee96b616f2898946050b16e7769b authored about 7 years ago39de5406b40b17a5a423a09ce15781dc6b700f57 authored about 7 years ago
26ab87a465a89214522df9be11ed4fa85317bb2b authored about 7 years ago