Hi,
ember-cli
by default generates .jshintrc
and other config files. I noticed that Ember has also .jscsrc
.
After reading Principles of Writing Consistent, Idiomatic JavaScript I thought that enforcing consistency would make me ‘forget’ about ‘reminders’ or ‘prompting’ to adhere to some rules on the project I’m working on.
jscs presets list some popular configurations. My question is: is Ember code style preset suitable for ‘regular’ Ember project, or it is strictly for development?
If you were successful with other presets, let me know.
BTW. just found this: