satchel-ember-styleguide
Version:
shared styleguides for satchel frontend projects
26 lines (17 loc) • 542 B
Markdown
# satchel-ember-styleguides
Team Satchel shared style configs.
## Installation
```console
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:
```js
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:
```console
yarn add eslint-plugin-ember-suave
```