This commit is contained in:
Marc Wieland
2025-06-16 16:09:54 +02:00
commit 3489892120
896 changed files with 99564 additions and 0 deletions

16
backend/node_modules/undefsafe/.jshintrc generated vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"browser": false,
"camelcase": true,
"curly": true,
"devel": true,
"eqeqeq": true,
"forin": true,
"indent": 2,
"noarg": true,
"node": true,
"quotmark": "single",
"undef": true,
"strict": false,
"unused": true
}