Implement all logic on the client side in csvxmlV2.js

For completing the rewrite, translations and some UI work are still
needed.

See #14
This commit is contained in:
2022-11-06 15:30:36 +01:00
parent 5eb8d7fd8c
commit 77aeebd90a
15 changed files with 13125 additions and 124 deletions

View File

@@ -0,0 +1,16 @@
---
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "lib/*.js"
exclude_paths:
- "dist/*"