InvenTree/.markuplintrc

10 lines
158 B
Plaintext
Raw Normal View History

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