Skip to content

Commit

Permalink
Added some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzhausen committed Aug 19, 2019
1 parent 3d6c42a commit d8d630b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ module.exports={
]
}
```

For additional support, one could add more sections to the `extends` array. Sections supported:

- `eslint-config-superbalist/vue.js` Standard JavaScript / ES6 support
- `eslint-config-superbalist/vue.js` VueJs project support
- `eslint-config-superbalist/mocha.js` Mocha project support

_**These are only starting points and you will need to specify any additional properties dierctly in your eslintrc.json
file at project level**_

0 comments on commit d8d630b

Please sign in to comment.