Skip to content

Commit 68b3c7b

Browse files
deyaaeldeenjeremymeng
authored andcommitted
Central eslint config ***NO_CI***
1 parent c51cb13 commit 68b3c7b

File tree

250 files changed

+135
-1630
lines changed

Some content is hidden

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

250 files changed

+135
-1630
lines changed

sdk/agrifood/agrifood-farming-rest/eslint.config.mjs

-8
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,4 @@ export default azsdkEslint.config([
77
"tsdoc/syntax": "warn",
88
}
99
},
10-
{
11-
files: ["**/*.ts", "**/*.cts", "**/*.mts"],
12-
languageOptions: {
13-
parserOptions: {
14-
project: ["./tsconfig.test.json"],
15-
},
16-
},
17-
},
1810
]);
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/ai/ai-inference-rest/eslint.config.mjs

-8
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,4 @@ export default azsdkEslint.config([
66
"@azure/azure-sdk/ts-modules-only-named": "warn",
77
}
88
},
9-
{
10-
files: ["**/*.ts", "**/*.cts", "**/*.mts"],
11-
languageOptions: {
12-
parserOptions: {
13-
project: ["./tsconfig.test.json"],
14-
},
15-
},
16-
},
179
]);
+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/anomalydetector/ai-anomaly-detector-rest/eslint.config.mjs

-8
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,4 @@ export default azsdkEslint.config([
77
"tsdoc/syntax": "warn",
88
}
99
},
10-
{
11-
files: ["**/*.ts", "**/*.cts", "**/*.mts"],
12-
languageOptions: {
13-
parserOptions: {
14-
project: ["./tsconfig.test.json"],
15-
},
16-
},
17-
},
1810
]);
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/apimanagement/api-management-custom-widgets-scaffolder/eslint.config.mjs

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/apimanagement/api-management-custom-widgets-tools/eslint.config.mjs

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/appconfiguration/app-configuration/eslint.config.mjs

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/attestation/attestation/eslint.config.mjs

-12
This file was deleted.
+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/batch/batch-rest/eslint.config.mjs

-8
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,4 @@ export default azsdkEslint.config([
77
"@azure/azure-sdk/ts-modules-only-named": "warn",
88
},
99
},
10-
{
11-
files: ["**/*.ts", "**/*.cts", "**/*.mts"],
12-
languageOptions: {
13-
parserOptions: {
14-
project: ["./tsconfig.test.json"],
15-
},
16-
},
17-
},
1810
]);

sdk/batch/batch-rest/tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/cognitivelanguage/ai-language-conversations/eslint.config.mjs

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/cognitivelanguage/ai-language-text/eslint.config.mjs

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/cognitivelanguage/ai-language-textauthoring/eslint.config.mjs

-8
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,4 @@ export default azsdkEslint.config([
66
"@azure/azure-sdk/ts-modules-only-named": "warn",
77
}
88
},
9-
{
10-
files: ["**/*.ts", "**/*.cts", "**/*.mts"],
11-
languageOptions: {
12-
parserOptions: {
13-
project: ["./tsconfig.test.json"],
14-
},
15-
},
16-
},
179
]);
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/communication/communication-alpha-ids/eslint.config.mjs

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/communication/communication-call-automation/eslint.config.mjs

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/communication/communication-chat/eslint.config.mjs

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/communication/communication-common/eslint.config.mjs

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/communication/communication-email/eslint.config.mjs

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"extends": "../../../tsconfig",
32
"references": [
43
{ "path": "./tsconfig.src.json" },
54
{ "path": "./tsconfig.samples.json" },
65
{ "path": "./tsconfig.test.json" }
7-
],
8-
"files": []
6+
]
97
}

sdk/communication/communication-identity/eslint.config.mjs

-12
This file was deleted.

0 commit comments

Comments
 (0)