Skip to content

Commit 47a7c11

Browse files
tylerbutleranthony-murphy-agent
authored andcommitted
build(client): bump eslint-config-fluid to v7 (microsoft#25694)
1 parent dbda813 commit 47a7c11

File tree

210 files changed

+602
-718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+602
-718
lines changed

azure/packages/azure-local-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@biomejs/biome": "~1.9.3",
3535
"@fluidframework/build-common": "^2.0.3",
3636
"@fluidframework/build-tools": "^0.58.3",
37-
"@fluidframework/eslint-config-fluid": "^6.1.0",
37+
"@fluidframework/eslint-config-fluid": "^7.0.0",
3838
"eslint": "~8.57.1",
3939
"eslint-config-prettier": "~10.1.8",
4040
"pm2": "^5.4.2",

azure/packages/azure-service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.63.0",
9999
"@fluidframework/build-common": "^2.0.3",
100100
"@fluidframework/build-tools": "^0.58.3",
101-
"@fluidframework/eslint-config-fluid": "^6.1.0",
101+
"@fluidframework/eslint-config-fluid": "^7.0.0",
102102
"@microsoft/api-extractor": "7.52.11",
103103
"@types/jsrsasign": "^10.5.12",
104104
"concurrently": "^8.2.1",

examples/apps/ai-collab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@fluidframework/build-common": "^2.0.3",
4242
"@fluidframework/build-tools": "^0.58.3",
4343
"@fluidframework/devtools": "workspace:~",
44-
"@fluidframework/eslint-config-fluid": "^6.1.0",
44+
"@fluidframework/eslint-config-fluid": "^7.0.0",
4545
"@fluidframework/odsp-client": "workspace:~",
4646
"@fluidframework/presence": "workspace:~",
4747
"@fluidframework/tinylicious-client": "workspace:~",

examples/apps/blobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@fluid-tools/build-cli": "^0.58.3",
6868
"@fluidframework/build-common": "^2.0.3",
6969
"@fluidframework/build-tools": "^0.58.3",
70-
"@fluidframework/eslint-config-fluid": "^6.1.0",
70+
"@fluidframework/eslint-config-fluid": "^7.0.0",
7171
"@fluidframework/test-tools": "^1.0.195075",
7272
"@types/jest": "29.5.3",
7373
"@types/jest-environment-puppeteer": "workspace:~",

examples/apps/collaborative-textarea/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@fluid-tools/build-cli": "^0.58.3",
6161
"@fluidframework/build-common": "^2.0.3",
6262
"@fluidframework/build-tools": "^0.58.3",
63-
"@fluidframework/eslint-config-fluid": "^6.1.0",
63+
"@fluidframework/eslint-config-fluid": "^7.0.0",
6464
"@fluidframework/test-tools": "^1.0.195075",
6565
"@fluidframework/test-utils": "workspace:~",
6666
"@types/jest": "29.5.3",

examples/apps/contact-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@fluid-tools/build-cli": "^0.58.3",
5353
"@fluidframework/build-common": "^2.0.3",
5454
"@fluidframework/build-tools": "^0.58.3",
55-
"@fluidframework/eslint-config-fluid": "^6.1.0",
55+
"@fluidframework/eslint-config-fluid": "^7.0.0",
5656
"@fluidframework/test-tools": "^1.0.195075",
5757
"@types/jest": "29.5.3",
5858
"@types/jest-environment-puppeteer": "workspace:~",

examples/apps/data-object-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@fluid-tools/build-cli": "^0.58.3",
6767
"@fluidframework/build-common": "^2.0.3",
6868
"@fluidframework/build-tools": "^0.58.3",
69-
"@fluidframework/eslint-config-fluid": "^6.1.0",
69+
"@fluidframework/eslint-config-fluid": "^7.0.0",
7070
"@fluidframework/test-tools": "^1.0.195075",
7171
"@types/jest": "29.5.3",
7272
"@types/jest-environment-puppeteer": "workspace:~",

examples/apps/presence-tracker/.eslintrc.cjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ module.exports = {
99
"prettier",
1010
"../../.eslintrc.cjs",
1111
],
12+
rules: {
13+
// Disabled because the rule is crashing on this package - AB#51780
14+
"@typescript-eslint/unbound-method": "off",
15+
},
1216
};

examples/apps/presence-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@fluid-tools/build-cli": "^0.58.3",
5959
"@fluidframework/build-common": "^2.0.3",
6060
"@fluidframework/build-tools": "^0.58.3",
61-
"@fluidframework/eslint-config-fluid": "^6.1.0",
61+
"@fluidframework/eslint-config-fluid": "^7.0.0",
6262
"@fluidframework/test-tools": "^1.0.195075",
6363
"@types/jest": "29.5.3",
6464
"@types/jest-environment-puppeteer": "workspace:~",

examples/apps/staging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@fluid-tools/build-cli": "^0.58.3",
6161
"@fluidframework/build-common": "^2.0.3",
6262
"@fluidframework/build-tools": "^0.58.3",
63-
"@fluidframework/eslint-config-fluid": "^6.1.0",
63+
"@fluidframework/eslint-config-fluid": "^7.0.0",
6464
"@fluidframework/test-tools": "^1.0.195075",
6565
"@types/jest": "29.5.3",
6666
"@types/jest-environment-puppeteer": "workspace:~",

0 commit comments

Comments
 (0)