1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 16:19:26 +00:00

Added validator module and tests

This commit is contained in:
2022-02-09 16:34:35 +00:00
parent 50fe760292
commit f499380836
3 changed files with 330 additions and 1 deletions

View File

@@ -15,7 +15,10 @@
"rules": {
"indent": [
"error",
"tab"
"tab",
{
"SwitchCase": 1
}
],
"linebreak-style": [
"error",