Skip to content

Commit

Permalink
chore: ignore linter in docs/api/**/*.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 29, 2024
1 parent 256a0a9 commit ee920db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const config: ESLintConfig = stacks({
typescript: true,
jsonc: true,
yaml: true,
ignores: ['docs/api/**/*.md'],
})

export default config

0 comments on commit ee920db

Please sign in to comment.