Update checked-in dependencies
This commit is contained in:
parent
a8ade63a2f
commit
452ffd6e8e
3120 changed files with 20845 additions and 14941 deletions
2
node_modules/@eslint/eslintrc/lib/config-array/config-array.js
generated
vendored
2
node_modules/@eslint/eslintrc/lib/config-array/config-array.js
generated
vendored
|
|
@ -178,6 +178,7 @@ class PluginConflictError extends Error {
|
|||
* @param {Record<string, DependentPlugin>} target The destination to merge
|
||||
* @param {Record<string, DependentPlugin>|undefined} source The source to merge.
|
||||
* @returns {void}
|
||||
* @throws {PluginConflictError} When a plugin was conflicted.
|
||||
*/
|
||||
function mergePlugins(target, source) {
|
||||
if (!isNonNullObject(source)) {
|
||||
|
|
@ -258,6 +259,7 @@ function mergeRuleConfigs(target, source) {
|
|||
* @param {ConfigArray} instance The config elements.
|
||||
* @param {number[]} indices The indices to use.
|
||||
* @returns {ExtractedConfig} The extracted config.
|
||||
* @throws {Error} When a plugin is conflicted.
|
||||
*/
|
||||
function createConfig(instance, indices) {
|
||||
const config = new ExtractedConfig();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue