fix eslint config and lint issues

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-02-01 12:46:43 +01:00
parent ae3911e977
commit c11b80183c
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
8 changed files with 694 additions and 18 deletions

View file

@ -14,9 +14,9 @@
* limitations under the License.
*/
import fs from 'fs';
import path from 'path';
import rimraf from 'rimraf';
import * as fs from 'fs';
import * as path from 'path';
import * as rimraf from 'rimraf';
import {describe, expect, jest, it, beforeEach, afterEach} from '@jest/globals';
import {Context} from '../src/context';