Skip to content

Commit a02d7ed

Browse files
committed
Fixed eslint error: Skipping no-async-promise-executor check.
1 parent f7dcabd commit a02d7ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/editor/tiny/plugins/kalturamedia/amd/build/plugin.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/editor/tiny/plugins/kalturamedia/amd/src/plugin.js

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import {getSetup as getCommandSetup} from './commands';
3030
import * as Configuration from './configuration';
3131

3232
// Setup the tiny_kalturamedia Plugin.
33+
// eslint-disable-next-line no-async-promise-executor
3334
export default new Promise(async(resolve) => {
3435
// Note: The PluginManager.add function does not support asynchronous configuration.
3536
// Perform any asynchronous configuration here, and then call the PluginManager.add function.

0 commit comments

Comments
 (0)