Skip to content

Commit aa6a972

Browse files
committed
move eslint out
1 parent 44fdd94 commit aa6a972

File tree

161 files changed

+338
-1723
lines changed

Some content is hidden

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

161 files changed

+338
-1723
lines changed

PACKAGES.md

Lines changed: 1 addition & 1 deletion

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": "~2.4.5",
3535
"@fluidframework/build-common": "^2.0.3",
3636
"@fluidframework/build-tools": "catalog:buildTools",
37-
"@fluidframework/eslint-config-fluid": "workspace:~",
37+
"@fluidframework/eslint-config-fluid": "~9.0.0",
3838
"eslint": "~9.39.1",
3939
"eslint-config-prettier": "~10.1.8",
4040
"jiti": "^2.6.1",

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,11 @@
9494
"devDependencies": {
9595
"@arethetypeswrong/cli": "^0.18.2",
9696
"@biomejs/biome": "~2.4.5",
97-
"@fluid-tools/build-cli": "^0.63.0",
9897
"@fluid-tools/build-cli": "catalog:buildTools",
9998
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.83.0",
10099
"@fluidframework/build-common": "^2.0.3",
101100
"@fluidframework/build-tools": "catalog:buildTools",
102-
"@fluidframework/eslint-config-fluid": "workspace:~",
101+
"@fluidframework/eslint-config-fluid": "~9.0.0",
103102
"@microsoft/api-extractor": "7.52.11",
104103
"@types/jsrsasign": "^10.5.12",
105104
"concurrently": "^9.2.1",

common/build/eslint-config-fluid/README.md

Lines changed: 0 additions & 1 deletion

common/build/eslint-config-fluid/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@fluidframework/eslint-config-fluid",
3-
"version": "2.91.0",
4-
"private": true,
3+
"version": "9.0.0",
54
"description": "Shareable ESLint config for the Fluid Framework",
65
"homepage": "https://fluidframework.com",
76
"repository": {
@@ -15,7 +14,6 @@
1514
"scripts": {
1615
"build": "npm run print-configs && npm run prettier",
1716
"build:readme:disabled": "markdown-magic --files \"**/*.md\"",
18-
"clean": "rimraf --glob dist \"**/*.build.log\"",
1917
"format": "npm run prettier:fix",
2018
"prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
2119
"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
@@ -89,8 +87,5 @@
8987
"esbuild",
9088
"unrs-resolver"
9189
]
92-
},
93-
"typeValidation": {
94-
"disabled": true
9590
}
9691
}

examples/apps/blobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@fluid-tools/build-cli": "catalog:buildTools",
6666
"@fluidframework/build-common": "^2.0.3",
6767
"@fluidframework/build-tools": "catalog:buildTools",
68-
"@fluidframework/eslint-config-fluid": "workspace:~",
68+
"@fluidframework/eslint-config-fluid": "~9.0.0",
6969
"@fluidframework/test-tools": "^2.0.0",
7070
"@types/jest": "29.5.3",
7171
"@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": "catalog:buildTools",
6161
"@fluidframework/build-common": "^2.0.3",
6262
"@fluidframework/build-tools": "catalog:buildTools",
63-
"@fluidframework/eslint-config-fluid": "workspace:~",
63+
"@fluidframework/eslint-config-fluid": "~9.0.0",
6464
"@fluidframework/test-tools": "^2.0.0",
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": "catalog:buildTools",
5353
"@fluidframework/build-common": "^2.0.3",
5454
"@fluidframework/build-tools": "catalog:buildTools",
55-
"@fluidframework/eslint-config-fluid": "workspace:~",
55+
"@fluidframework/eslint-config-fluid": "~9.0.0",
5656
"@fluidframework/test-tools": "^2.0.0",
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": "catalog:buildTools",
6767
"@fluidframework/build-common": "^2.0.3",
6868
"@fluidframework/build-tools": "catalog:buildTools",
69-
"@fluidframework/eslint-config-fluid": "workspace:~",
69+
"@fluidframework/eslint-config-fluid": "~9.0.0",
7070
"@fluidframework/test-tools": "^2.0.0",
7171
"@types/jest": "29.5.3",
7272
"@types/jest-environment-puppeteer": "workspace:~",

examples/apps/diceroller/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": "catalog:buildTools",
5353
"@fluidframework/build-common": "^2.0.3",
5454
"@fluidframework/build-tools": "catalog:buildTools",
55-
"@fluidframework/eslint-config-fluid": "workspace:~",
55+
"@fluidframework/eslint-config-fluid": "~9.0.0",
5656
"@fluidframework/test-tools": "^2.0.0",
5757
"@types/jest": "29.5.3",
5858
"@types/jest-environment-puppeteer": "workspace:~",

0 commit comments

Comments
 (0)