@azure-tools/rlc-common
Advanced tools
Comparing version 0.36.0-alpha.20241218.1 to 0.36.0-alpha.20241219.2
@@ -41,3 +41,3 @@ { | ||
"packages/rlc-common/src/metadata/buildBrowserConfig.ts": "8aa97a77a03d3f3503c1959812600ab86080c75d", | ||
"packages/rlc-common/src/metadata/buildESLintConfig.ts": "ff8b8c170bddba8293cf67b4c93bb69b8e98f11f", | ||
"packages/rlc-common/src/metadata/buildESLintConfig.ts": "a466f48fdb603a36d259113482129fc0f44fc2af", | ||
"packages/rlc-common/src/metadata/buildLicenseFile.ts": "93aede17cfd25fd7793180cab3a4398af90edc9e", | ||
@@ -44,0 +44,0 @@ "packages/rlc-common/src/metadata/buildPackageFile.ts": "1409fcde8699eecb056e274d1e548ea9c4263a96", |
@@ -6,4 +6,3 @@ // Copyright (c) Microsoft Corporation. | ||
export default [ | ||
...azsdkEslint.configs.recommended, | ||
export default azsdkEslint.config([ | ||
{ | ||
@@ -18,8 +17,7 @@ rules: { | ||
} | ||
]; | ||
]); | ||
`; | ||
const esLintConfigEsm = `import azsdkEslint from "@azure/eslint-plugin-azure-sdk"; | ||
export default [ | ||
...azsdkEslint.configs.recommended, | ||
export default azsdkEslint.config([ | ||
{ | ||
@@ -37,3 +35,3 @@ rules: { | ||
} | ||
]; | ||
]); | ||
`; | ||
@@ -40,0 +38,0 @@ export function buildEsLintConfig(model) { |
@@ -9,4 +9,3 @@ "use strict"; | ||
export default [ | ||
...azsdkEslint.configs.recommended, | ||
export default azsdkEslint.config([ | ||
{ | ||
@@ -21,8 +20,7 @@ rules: { | ||
} | ||
]; | ||
]); | ||
`; | ||
const esLintConfigEsm = `import azsdkEslint from "@azure/eslint-plugin-azure-sdk"; | ||
export default [ | ||
...azsdkEslint.configs.recommended, | ||
export default azsdkEslint.config([ | ||
{ | ||
@@ -40,3 +38,3 @@ rules: { | ||
} | ||
]; | ||
]); | ||
`; | ||
@@ -43,0 +41,0 @@ function buildEsLintConfig(model) { |
{ | ||
"name": "@azure-tools/rlc-common", | ||
"version": "0.36.0-alpha.20241218.1", | ||
"version": "0.36.0-alpha.20241219.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -9,4 +9,3 @@ // Copyright (c) Microsoft Corporation. | ||
export default [ | ||
...azsdkEslint.configs.recommended, | ||
export default azsdkEslint.config([ | ||
{ | ||
@@ -21,3 +20,3 @@ rules: { | ||
} | ||
]; | ||
]); | ||
`; | ||
@@ -27,4 +26,3 @@ | ||
export default [ | ||
...azsdkEslint.configs.recommended, | ||
export default azsdkEslint.config([ | ||
{ | ||
@@ -42,3 +40,3 @@ rules: { | ||
} | ||
]; | ||
]); | ||
`; | ||
@@ -45,0 +43,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1254123
22557