Skip to content

Commit b719893

Browse files
authored
fix: Upgrade eslintrc to stop redefining plugins (#16297)
`@eslint/eslintrc@1.3.2` [1] contains eslint/eslintrc#91, which together with this commit will fix #16277. [1]: https://github.com/eslint/eslintrc/releases/tag/v1.3.2
1 parent 734b54e commit b719893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"homepage": "https://eslint.org",
5656
"bugs": "https://github.com/eslint/eslint/issues/",
5757
"dependencies": {
58-
"@eslint/eslintrc": "^1.3.1",
58+
"@eslint/eslintrc": "^1.3.2",
5959
"@humanwhocodes/config-array": "^0.10.4",
6060
"@humanwhocodes/gitignore-to-minimatch": "^1.0.2",
6161
"@humanwhocodes/module-importer": "^1.0.1",

0 commit comments

Comments
 (0)