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
6
node_modules/@eslint/eslintrc/lib/config-array-factory.js
generated
vendored
6
node_modules/@eslint/eslintrc/lib/config-array-factory.js
generated
vendored
|
|
@ -1148,4 +1148,8 @@ class ConfigArrayFactory {
|
|||
}
|
||||
}
|
||||
|
||||
export { ConfigArrayFactory, createContext };
|
||||
export {
|
||||
ConfigArrayFactory,
|
||||
createContext,
|
||||
loadConfigFile
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue