Migrate to eslint.config.mjs
`.eslintrc.json` is deprecated.
This commit is contained in:
parent
c2585eca08
commit
3cf7236447
91 changed files with 22206 additions and 625 deletions
4
node_modules/@eslint/eslintrc/lib/index.js
generated
vendored
4
node_modules/@eslint/eslintrc/lib/index.js
generated
vendored
|
|
@ -8,7 +8,8 @@
|
|||
|
||||
import {
|
||||
ConfigArrayFactory,
|
||||
createContext as createConfigArrayFactoryContext
|
||||
createContext as createConfigArrayFactoryContext,
|
||||
loadConfigFile
|
||||
} from "./config-array-factory.js";
|
||||
|
||||
import { CascadingConfigArrayFactory } from "./cascading-config-array-factory.js";
|
||||
|
|
@ -39,6 +40,7 @@ const Legacy = {
|
|||
OverrideTester,
|
||||
getUsedExtractedConfigs,
|
||||
environments,
|
||||
loadConfigFile,
|
||||
|
||||
// shared
|
||||
ConfigOps,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue