Skip to content

Commit

Permalink
[eslint-plugin] add an override to turn off tsdoc/syntax for samples-…
Browse files Browse the repository at this point in the history
…dev (#30902)

because dev-tool is using @summary and @azsdk-weight when publishing
samples.
  • Loading branch information
jeremymeng authored Aug 26, 2024
1 parent bf2a1f7 commit 6041bc3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,10 @@ export default (parser: FlatConfig.Parser): FlatConfig.ConfigArray => [
nOffForBrowser,
noOnlyTestsCustomization as FlatConfig.Config,
tsdocCustomization as FlatConfig.Config,
{
files: ["samples-dev/**/*.ts", "*/*/samples-dev/**/*.ts"],
rules: {
"tsdoc/syntax": "off",
},
},
];

0 comments on commit 6041bc3

Please sign in to comment.