mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-31 00:51:33 +00:00
bump deps (#4692)
* bump deps * add markuplint setting to disable character-reference
This commit is contained in:
9
.markuplintrc
Normal file
9
.markuplintrc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"overrides": {
|
||||
"**/templates/*.html": {
|
||||
"rules": {
|
||||
"[[character-reference]]": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user