File tree Expand file tree Collapse file tree
docs/apis/plugintypes/tiny
version-4.1/apis/plugintypes/tiny
version-4.4/apis/plugintypes/tiny
version-4.5/apis/plugintypes/tiny
version-5.0/apis/plugintypes/tiny
version-5.1/apis/plugintypes/tiny Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -512,6 +512,7 @@ In order to make your configuration changes you must create a `Configuration` ob
512512``` javascript title="Defining a Configuration"
513513import * as Configuration from ' ./configuration' ;
514514
515+ // eslint-disable-next-line no-async-promise-executor
515516export default new Promise (async (resolve) => {
516517 // ... Plugin code goes here.
517518
Original file line number Diff line number Diff line change @@ -512,6 +512,7 @@ In order to make your configuration changes you must create a `Configuration` ob
512512``` javascript title="Defining a Configuration"
513513import * as Configuration from ' ./configuration' ;
514514
515+ // eslint-disable-next-line no-async-promise-executor
515516export default new Promise (async (resolve) => {
516517 // ... Plugin code goes here.
517518
Original file line number Diff line number Diff line change @@ -512,6 +512,7 @@ In order to make your configuration changes you must create a `Configuration` ob
512512``` javascript title="Defining a Configuration"
513513import * as Configuration from ' ./configuration' ;
514514
515+ // eslint-disable-next-line no-async-promise-executor
515516export default new Promise (async (resolve) => {
516517 // ... Plugin code goes here.
517518
Original file line number Diff line number Diff line change @@ -512,6 +512,7 @@ In order to make your configuration changes you must create a `Configuration` ob
512512``` javascript title="Defining a Configuration"
513513import * as Configuration from ' ./configuration' ;
514514
515+ // eslint-disable-next-line no-async-promise-executor
515516export default new Promise (async (resolve) => {
516517 // ... Plugin code goes here.
517518
Original file line number Diff line number Diff line change @@ -512,6 +512,7 @@ In order to make your configuration changes you must create a `Configuration` ob
512512``` javascript title="Defining a Configuration"
513513import * as Configuration from ' ./configuration' ;
514514
515+ // eslint-disable-next-line no-async-promise-executor
515516export default new Promise (async (resolve) => {
516517 // ... Plugin code goes here.
517518
Original file line number Diff line number Diff line change @@ -512,6 +512,7 @@ In order to make your configuration changes you must create a `Configuration` ob
512512``` javascript title="Defining a Configuration"
513513import * as Configuration from ' ./configuration' ;
514514
515+ // eslint-disable-next-line no-async-promise-executor
515516export default new Promise (async (resolve) => {
516517 // ... Plugin code goes here.
517518
You can’t perform that action at this time.
0 commit comments