Added a help modal
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-07-04 02:23:09 +03:00
parent ba28925d3c
commit 0863a73625
13 changed files with 104 additions and 31 deletions

View File

@@ -4,7 +4,11 @@
"import/order": [
"error",
{
"newlines-between": "always"
"newlines-between": "always",
"alphabetize": {
"order": "asc",
"caseInsensitive": true
}
}
]
}