kimroen / ember-cli-coffeescript

Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.
MIT License
72 stars 49 forks source link

Make a generator for a custom coffeelint.json #68

Closed kimroen closed 7 years ago

kimroen commented 9 years ago

We have instructions in the readme and an example of how a custom coffeelint.json could look. The rule in there about allowing backticks is pretty much mandatory, so it would be nice if the user could type something like ember g coffeelint and get one.

Should be pretty straightforward - add a new blueprint to the /blueprints-folder with that name and a nice description.

We could expand upon this and ask about it when the user installs ember-cli-coffeescript, as discussed in #65

kimroen commented 7 years ago

This coffeelint-rule isn't as mandatory as it once was now that CoffeeScript supports import and export directly.

I don't think adding this generator is worth doing.