satchel-ember-styleguide
v1.0.2
Published
shared styleguides for satchel frontend projects
Downloads
6
Maintainers
Readme
satchel-ember-styleguides
Team Satchel shared style configs.
Installation
yarn add satchel-ember-styleguide
Usage
If you don't have already a top level .eslintrc.js
file, create one an replace all content with the following code:
var eslint = require('satchel-ember-styleguide/default-eslint');
module.exports = eslint.defaults;
Dependencies:
The current rules are dependant on eslint-plugin-ember-suave
, if you don't have this installed, run:
yarn add eslint-plugin-ember-suave