devexperts / swagger-codegen-ts

Typesafe Swagger API generator for TypeScript
Mozilla Public License 2.0
80 stars 16 forks source link

Move dev dependencies to dependencies #165

Open coolassassin opened 1 year ago

coolassassin commented 1 year ago

I have moved types and eslint plugin to dev deps, because it is not used in source code

Also, you can remove scripts like prettier and prettier:fix, because when you use eslint with prettier plugin it runs prettier under the hood. So you make a double check here: yarn test:lint && yarn prettier It will check prettier rules and eslint rules and then prettier again.