Skip to content

Commit

Permalink
[repo] Update eslint to ignore versioned_docs as appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 9, 2022
1 parent 0b14f4c commit bd0bf7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
ignorePatterns: [
// Ignore code examples.
'docs/**/_examples/*',
'versioned_docs/*/**/_examples/*',
'general/**/_examples/*',
'!.markdownlint',
'!.lintstagedrc.mjs',
Expand Down

0 comments on commit bd0bf7e

Please sign in to comment.