@angular/cli: 1.0.0-beta.32.3
node: 6.10.0
os: win32 x64
When generating components, modules, etc. with ng generate all quotemarks are ' but we use " so it would be great when ng generate would use those quotemarks as well. This should be configurable via angular-cli.json. It is not workable to useng lint --fix every time you used ng generate.
@angular/cli: 1.0.0-beta.32.3
node: 6.10.0
os: win32 x64
When generating components, modules, etc. with ng generate all quotemarks are ' but we use " so it would be great when ng generate would use those quotemarks as well. This should be configurable via angular-cli.json. It is not workable to use
ng lint --fixevery time you used ng generate.