-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to ESM is currently blocked #6038
Milestone
Comments
eslint-plugin-local rules might not be necessary with introduction of eslint flat config. There seems to be possibilities to load custom rules directly from the config: https://eslint.org/blog/2022/08/new-config-system-part-2/#from---rulesdir-to-runtime-plugins |
This was referenced Sep 29, 2024
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
Dec 21, 2024
This might enable us to update vite-plugin-comlink - ecamp#6220 And might help with - ecamp#6038
1 task
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
Dec 21, 2024
And might help with - ecamp#6038
Closed
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
Dec 21, 2024
And switch to esm syntax for the matchingTranslationKeys eslint plugin. Because there cannot be dashes in an identifier, the rule is now called 'matchingTranslationKeys'. This might enable us to update vite-plugin-comlink - ecamp#6220 And might help with - ecamp#6038
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
Dec 21, 2024
And switch to esm syntax for the matchingTranslationKeys eslint plugin. Because there cannot be dashes in an identifier, the rule is now called 'matchingTranslationKeys'. This might enable us to update vite-plugin-comlink - ecamp#6220 And might help with - ecamp#6038
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
Dec 21, 2024
And switch to esm syntax for the matchingTranslationKeys eslint plugin. Because there cannot be dashes in an identifier, the rule is now called 'matchingTranslationKeys'. This might enable us to update vite-plugin-comlink - ecamp#6220 And might help with - ecamp#6038
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
Dec 22, 2024
And switch to esm syntax for the matchingTranslationKeys eslint plugin. Because there cannot be dashes in an identifier, the rule is now called 'matchingTranslationKeys'. jest-serializer-vue-tjw loads the vue config with require, and seems to expect a commonjs module. We switched to a esm module, and now the structure is not pluginOptions.jestSerializer, but default.pluginOptions.jestSerializer -> with the added export we can support vue itself and jest-serializer-vue-tjw. This might enable us to update vite-plugin-comlink - ecamp#6220 And might help with - ecamp#6038 Fix checked in dist files in pdf/dist/
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
Dec 22, 2024
And switch to esm syntax for the matchingTranslationKeys eslint plugin. Because there cannot be dashes in an identifier, the rule is now called 'matchingTranslationKeys'. jest-serializer-vue-tjw loads the vue config with require, and seems to expect a commonjs module. We switched to a esm module, and now the structure is not pluginOptions.jestSerializer, but default.pluginOptions.jestSerializer -> with the added export we can support vue itself and jest-serializer-vue-tjw. This might enable us to update vite-plugin-comlink - ecamp#6220 And might help with - ecamp#6038 Fix checked in dist files in pdf/dist/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: