Fix eslint rule
This commit is contained in:
parent
cc175b34cb
commit
79a0a1c7ba
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* eslint-disable import/first */
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
|
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import any from 'promise.any';
|
import any from 'promise.any';
|
||||||
|
|
Loading…
Reference in a new issue