1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-17 21:19:20 +00:00

Add modules (#41)

* Added modules for object-utils
+ moved from parcel to esbuild

Signed-off-by: Avior <github@avior.me>

* Moved url-manager

Signed-off-by: Avior <github@avior.me>

* Fixed codacy error

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-09-29 10:12:53 +02:00
committed by GitHub
parent 329f1ee06d
commit b7b604e11f
10 changed files with 435 additions and 32 deletions

View File

@ -28,7 +28,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true
},
"exclude": [
"node_modules"