2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-31 00:51:33 +00:00
* bump deps

* add markuplint setting to disable character-reference
This commit is contained in:
Matthias Mair
2023-04-28 12:12:13 +02:00
committed by GitHub
parent f6831558a4
commit 660a4f8e39
5 changed files with 1414 additions and 2120 deletions

9
.markuplintrc Normal file
View File

@@ -0,0 +1,9 @@
{
"overrides": {
"**/templates/*.html": {
"rules": {
"[[character-reference]]": false
}
}
}
}