feathers-plus / generator-feathers-plus

A Yeoman generator to (re)generate a FeathersJS application supporting both REST and GraphQL architectural concepts and their query languages.
https://generator.feathers-plus.com/
Other
44 stars 30 forks source link

Semicolons when: "semicolons": false, in feathers-gen-specs.json #277

Closed MarcGodard closed 4 years ago

MarcGodard commented 5 years ago

Steps to reproduce

the module.exports = moduleExports line has a semicolon after each regeneration.

I have many custom services, so going through to fix them all gets a little annoying.