linting ui.js file

This commit is contained in:
J 2024-08-11 16:07:55 +07:00
parent 96c76f7709
commit 4885574357
2 changed files with 1680 additions and 1749 deletions

9
.prettierrc Normal file
View File

@ -0,0 +1,9 @@
{
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"printWidth": 120,
"useTabs": true,
"tabWidth": 4,
"generalConfiguration.sortOnBeforeSave": true
}

3420
app/ui.js

File diff suppressed because it is too large Load Diff