dcmjs-org / dcmjs

Javascript implementation of DICOM manipulation
https://dcmjs.netlify.com/
MIT License
292 stars 111 forks source link

move "eslint-config-prettier" to devDependencies #289

Open florianlink opened 2 years ago

florianlink commented 2 years ago

It is wrong to list "eslint-config-prettier" as runtime "dependency", it needs to be a "devDependency". Having it as runtime dependencies introduces a large amount of licenses that the license checker will detect, which are not actually part of the deployed runtime of dcmjs.

I created https://github.com/dcmjs-org/dcmjs/pull/288 to fix this.