Website-Stand vom FTP-Server synchronisieren

This commit is contained in:
2026-09-02 19:24:09 +02:00
parent fd320ba0c6
commit 2c0e092e67
27 changed files with 267 additions and 721 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"bitwise": true,
"camelcase": true,
"esnext": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"indent": 4,
"latedef": false,
"newcap": false,
"noarg": true,
"noempty": true,
"plusplus": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"maxparams": 5,
"maxdepth": 5,
"maxstatements": 40,
"maxcomplexity": 20,
"maxlen": 1200,
"eqnull": true,
"browser": true,
"node": true,
"globals": {
"jQuery": false,
"hljs": false
}
}