devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

[docs] Error in [pagename]

Open bertrandchartier opened this issue 7 months ago • 0 comments

What is the URL of the page?

devdocs/docs/apis/plugintypes/tiny/index.md

What is the issue with this page?

Hi, Thanks for your documentation. In the documentation of a tiny plugin, with the given content of plugin.js, i raise the error : error Promise executor functions should not be async no-async-promise-executor

add : // eslint-disable-next-line no-async-promise-executor before the line : export default new Promise(async(resolve) => { solve the problem for me. BC

Are you able to provide a patch for this?

None

bertrandchartier avatar Apr 13 '25 19:04 bertrandchartier