Flo Edelmann
Flo Edelmann
> the iterated DOM content is simple (i.e. contains no components or stateful DOM elements) Your examples are not "simple" in the mentioned sense though, as you have an ``...
# Export files validity (Output of test script `tests/github/exports-valid.js`.) Test the exported files of selected fixtures against the plugins' export tests. You can run a plugin's export tests by executing:...
I think you are referring to the [Varytec Giga Bar Frost Pix 8 RGB](https://open-fixture-library.org/varytec/giga-bar-frost-pix-8-rgb), right? Since that only consists of RGB channels, I couldn't see why it would not be...
Which LIBs are you talking about then? Since the "Varytec Giga Bar Pix 8 RGB" is not in the Open Fixture Library, did you create the fixture yourself? Or did...
Wow, really cool! :slightly_smiling_face: However, it's quite a bit to review and I don't know how fast I'll get to it. In the meantime, could you have a look at...
Thanks for the suggestion! I think it would be a good rule, but not only for `lang="ts"`, but all Vue components (that are defined using the Options API, not for...
I actually don't think that an option is required; this should be the rule's default behavior. All call expressions that are not used in return statements, variable assignments or function...
This is not something that eslint-plugin-vue can fix. The failing rules belong to the [typescript-eslint](https://typescript-eslint.io/) plugin. typescript-eslint uses the TypeScript lanugage server for its [type-checked lint rules](https://typescript-eslint.io/troubleshooting/typed-linting), and TypeScript can't...
PRs welcome!
Nice! I think [`vue/block-order`](https://eslint.vuejs.org/rules/block-order.html) might have a similar autofix. Please also add test cases.