web-folder added

This commit is contained in:
Miisa Ekholm
2022-10-13 17:45:33 +03:00
parent 2dd4d78bc2
commit 52370df9ce
778 changed files with 98510 additions and 0 deletions

11
WebUI/node_modules/has-symbols/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}