mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Do not lint markdown files in the __tests_ folder
This commit is contained in:
parent
a6b3e93884
commit
016f16f7b8
1 changed files with 5 additions and 0 deletions
|
|
@ -81,5 +81,10 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20"
|
"node": ">=20"
|
||||||
|
},
|
||||||
|
"markdownlint-cli2": {
|
||||||
|
"ignores": [
|
||||||
|
"__tests__/**/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue