diff --git a/package.json b/package.json index 85bd80e..60602e3 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "last 1 Safari versions" ], "devDependencies": { - "@sourcegraph/eslint-config": "^0.34.0", + "@sourcegraph/eslint-config": "^0.35.0", "@sourcegraph/tsconfig": "^4.0.1", "@types/node": "18.18.4", "eslint": "^8.51.0", diff --git a/yarn.lock b/yarn.lock index 8a5d5e8..c98ca58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1097,10 +1097,10 @@ resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow== -"@sourcegraph/eslint-config@^0.34.0": - version "0.34.0" - resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.34.0.tgz#7f206a513a86441b564ded0eabd135118c8495e5" - integrity sha512-TB7rKE8HHqvGgqm+9JppItB0jfFmux8R1M/QgQaF6tgPZge8cl6VPSCHmU7phLku8tp7HOfw3kQC3HaI4DJcgA== +"@sourcegraph/eslint-config@^0.35.0": + version "0.35.0" + resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.35.0.tgz#96efa83061d53e3a6c45ae016e935f20d74b95e3" + integrity sha512-06se5SeOhZwKE7jTGCEZ+FfffJ/NtrOuGqMu0KNeRJQSQvl5P9XoD51EBU4gyCiCjQrJS5wU+O4SbQ3kwM4+2Q== dependencies: "@sourcegraph/prettierrc" "^3.0.3" "@typescript-eslint/eslint-plugin" "^5.20.0"