mirror of
https://code.forgejo.org/docker/actions-toolkit.git
synced 2025-07-01 10:05:37 -04:00
fix eslint config and lint issues
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
ae3911e977
commit
c11b80183c
8 changed files with 694 additions and 18 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue