add ui ordering

This commit is contained in:
Vladimir Mandic
2023-05-08 18:38:29 -04:00
parent 7d7c68afaa
commit 57ae792004
8 changed files with 36 additions and 12 deletions
+2 -1
View File
@@ -15,6 +15,7 @@
"camelcase":"off",
"no-unused-vars":"off",
"no-plusplus":"off",
"no-param-reassign":"off"
"no-param-reassign":"off",
"no-restricted-syntax":"off"
}
}