Add proper worker set elements reference counting.
[e-mobility-charging-stations-simulator.git] / package.json
index 8a4d7a29a79ea90d93d66b86554faf54f0f75859..36cea67b28334f159b0b5bae85e2818f86b4800d 100644 (file)
@@ -36,6 +36,7 @@
     "build:clean": "rimraf ./dist",
     "lint": "cross-env TIMING=1 eslint --ext .js,.ts src",
     "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src",
+    "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'",
     "tsc": "tsc",
     "test": "echo \"Error: no tests implemented\" && exit 1",
     "clinic:clean": "clinic clean",