mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
660a4f8e39
* bump deps * add markuplint setting to disable character-reference
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
{
|
|
"overrides": {
|
|
"**/templates/*.html": {
|
|
"rules": {
|
|
"[[character-reference]]": false
|
|
}
|
|
}
|
|
}
|
|
}
|