Skip to content

Commit a605397

Browse files
authored
chore: update eslint-config-turbo version (#8344)
1 parent 19a19e9 commit a605397

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

packages/eslint-config-worker/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ module.exports = {
1919
project: true,
2020
},
2121
plugins: ["@typescript-eslint", "import", "unused-imports", "no-only-tests"],
22-
extends: ["turbo"],
22+
extends: ["plugin:turbo/recommended"],
2323
overrides: [
2424
{
2525
files: ["*.ts", "*.tsx"],
2626
extends: [
2727
"eslint:recommended",
2828
"plugin:@typescript-eslint/recommended",
2929
"plugin:import/typescript",
30-
"turbo",
30+
"plugin:turbo/recommended",
3131
],
3232

3333
rules: {

packages/eslint-config-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@typescript-eslint/parser": "^6.9.0",
99
"eslint": "^8.57.1",
10-
"eslint-config-turbo": "latest",
10+
"eslint-config-turbo": "^2.4.4",
1111
"eslint-plugin-import": "2.26.x",
1212
"eslint-plugin-no-only-tests": "^3.1.0",
1313
"eslint-plugin-react": "^7.33.2",

packages/eslint-config-worker/react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import("eslint").Linter.Config} */
22
module.exports = {
3-
extends: ["turbo", "@cloudflare/eslint-config-worker"],
3+
extends: ["plugin:turbo/recommended", "@cloudflare/eslint-config-worker"],
44
plugins: ["eslint-plugin-react", "eslint-plugin-react-hooks"],
55
overrides: [
66
{

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)