Upgrade to ESLint 9
This commit is contained in:
@ -3,8 +3,7 @@ import fs from 'node:fs';
|
||||
import { builtinModules } from 'node:module';
|
||||
|
||||
import glob from 'fast-glob';
|
||||
|
||||
import { uniq } from 'lodash';
|
||||
import { uniq } from 'lodash-es';
|
||||
|
||||
import { dependencies, peerDependencies } from '../dist/package.json';
|
||||
|
||||
|
Reference in New Issue
Block a user