Skip to content

Commit

Permalink
[eslint-plugin] ignore *.api.md files from linting (#31180)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
`@eslint-plugin-azure-sdk`
  • Loading branch information
jeremymeng committed Sep 20, 2024
1 parent 9f2c4f0 commit e11ec1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import typescriptEslint from "typescript-eslint";
const markdownConfigs: FlatConfig.ConfigArray = [
{
files: ["**/*.md"],
ignores: ["**/*.api.md"],
processor: "markdown/markdown",
},
{
Expand Down

0 comments on commit e11ec1a

Please sign in to comment.