Skip to content

Commit

Permalink
fix: Upgrade eslintrc to stop redefining plugins (#16297)
Browse files Browse the repository at this point in the history
`@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
  • Loading branch information
btmills committed Sep 12, 2022
1 parent 734b54e commit b719893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit b719893

Please sign in to comment.