InvenTree/.markuplintrc

10 lines
158 B
Plaintext

{
"overrides": {
"**/templates/*.html": {
"rules": {
"[[character-reference]]": false
}
}
}
}