Some more work on refactoring

This commit is contained in:
janis
2024-01-08 16:16:45 +01:00
parent e0ebff6b0c
commit ad27645c39
7 changed files with 5906 additions and 4144 deletions

View File

@@ -29,10 +29,9 @@
"test": "npm exec -- karma start --log-level debug --single-run=true"
},
"devDependencies": {
"eslint": "^6.8.0",
"jscs": "^3.0.7",
"jscs": "^2.1.1",
"jshint": "^2.11.0",
"karma": "^4.4.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-qunit": "^4.0.0",
@@ -41,6 +40,7 @@
"qunit": "^2.9.3",
"qunit-assert-close": "^2.1.2",
"syn": "^0.14.1",
"terser": "^4.6.7"
"terser": "^4.6.7",
"eslint": "^8.56.0"
}
}