Flo Edelmann
Flo Edelmann
A potentially useful tool: https://github.com/tj/commander.js
I don't think this is possible with eslint-plugin-vue yet. You can use Prettier or another code formatter. For eslint-plugin-vue, which rule would you like to change? (see the list of...
# 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'm a bit on the fence about this. This is an extra step for most contributors (which we can only expect to have plain `npm` installed), only to simplify the...
True, that might work. But you have to migrate everything at once to ``, or decrease the rule severity to `warn` (but then, also other unwanted styles might creep back...
I'm unsure whether an environment variable is the correct approach to this. Maybe it would be better to duplicate the configs with an `-error` variant for each one?
@ota-meshi @waynzh What do you think?
Tests failing (partly) because of `scopeManager.addGlobals is not a function` → * https://github.com/typescript-eslint/typescript-eslint/issues/11762
This only works for composables defined inside the component itself, right? So not for imported ones? If so, it's probably not _that_ useful and will likely result in exactly that...