Fix @typescript-eslint/await-thenable errors

This commit is contained in:
Labhansh Agrawal 2021-03-28 21:16:38 +05:30
parent 570aab63e4
commit b9aa271bfc
3 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,5 @@
/* eslint-disable eslint-comments/disable-enable-pair */
/* eslint-disable @typescript-eslint/await-thenable */
// Native
import path from 'path';
import fs from 'fs-extra';