Skip to content

Commit

Permalink
Do not lint markdown files in the __tests_ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Izso committed Jun 8, 2025
1 parent a6b3e93 commit 016f16f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,10 @@
},
"engines": {
"node": ">=20"
},
"markdownlint-cli2": {
"ignores": [
"__tests__/**/*"
]
}
}

0 comments on commit 016f16f

Please sign in to comment.