@smile-io/ember-styleguide
v9.5.0
Published
Styleguide definitions for smile.io projects
Downloads
15
Readme
Smile.io Ember style guide
A cutting edge approach for sharing configurations for different tools across ember projects ✨✨✨
Installation
- Run
yarn install @smile-io/ember-styleguide
- Run
yarn setup-smile-styleguide
Features
- An opinionated ESLint config
- Prettier support with git hooks to run prettier when staging git files
- Lint ember templates with ember-template-lint
- Lint sass files using
stylelint
IDE support
Gotchas
- If you're using vscode then add,
"[handlebars]": { "editor.formatOnSave": false },
to yoursettings.json
file so that the default formatter isn't run on hbs files.