Update
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import type { ESLint } from 'eslint';
|
||||
import * as fs from 'node:fs';
|
||||
import { resolve, basename, extname } from 'node:path';
|
||||
import { basename, extname, resolve } from 'node:path';
|
||||
import { glob } from 'fast-glob';
|
||||
import { parseModule } from 'esprima';
|
||||
import query from 'esquery';
|
||||
|
Reference in New Issue
Block a user