From b71989388a921886caa4c6cb48729bbf60c46100 Mon Sep 17 00:00:00 2001 From: Brandon Mills Date: Mon, 12 Sep 2022 01:16:33 -0400 Subject: [PATCH] fix: Upgrade eslintrc to stop redefining plugins (#16297) `@eslint/eslintrc@1.3.2` [1] contains https://github.com/eslint/eslintrc/pull/91, which together with this commit will fix #16277. [1]: https://github.com/eslint/eslintrc/releases/tag/v1.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 409ac944a38..ea29646cffc 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "homepage": "https://eslint.org", "bugs": "https://github.com/eslint/eslint/issues/", "dependencies": { - "@eslint/eslintrc": "^1.3.1", + "@eslint/eslintrc": "^1.3.2", "@humanwhocodes/config-array": "^0.10.4", "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@humanwhocodes/module-importer": "^1.0.1",