Akryum / Akryum/vue-cli-plugin-ssr
ESLint reccomended `no-async-promise-executor` broken in example
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 441
- Forks
- 69
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
The rule `no-async-promise-executor` seems to be set in the recommended group in new versions of ESLint. This trips the following code in the example:
`entry-server.js`
```
return new Promise(async (resolve, reject) => {
const { app, router, apolloProvider } = await createApp({
ssr: true
});
```
I just disabled the rule in my project but I don't fully understand the implications of doing so, so if someone knows a way to fix this in the example I think that'd be great given that this is now a recommended rule.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.