dcmjs-org/dcmjs

move "eslint-config-prettier" to devDependencies

florianlink opened this issue · 0 comments

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 #288 to fix this.