sindresorhus / generator-nm

Scaffold out a node module
MIT License
743 stars 82 forks source link

Could there be following options in generator prompt? #54

Closed sarbbottam closed 7 years ago

sarbbottam commented 8 years ago
sindresorhus commented 8 years ago

spaces for indentation, defaults to tab

👎 This generator is just what I use. If we start introducing stuff like that everything get's complicated. Now we'll need to convert indentation for everything and stuff.

enforce es-next in xo, defaults to false

I think we can just do it by default without a prompt. All my new Node.js modules target Node.js 4.

sholladay commented 7 years ago

This issue can be closed. The esnext option was added in https://github.com/sindresorhus/generator-nm/commit/1f5ff89c082b8e070d025597a87adc96462f406e and isn't even needed anymore because it is true by default in XO itself now.