@smile-io/ember-styleguide

Styleguide definitions for smile.io projects

Usage no npm install needed!

<script type="module">
  import smileIoEmberStyleguide from 'https://cdn.skypack.dev/@smile-io/ember-styleguide';
</script>

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

IDE support

Gotchas

  • If you're using vscode then add, "[handlebars]": { "editor.formatOnSave": false }, to your settings.json file so that the default formatter isn't run on hbs files.