From d8d630bcaf589ae362477afd845a108e5dcb9220 Mon Sep 17 00:00:00 2001 From: Mark Holtzhausen Date: Mon, 19 Aug 2019 15:54:48 +0200 Subject: [PATCH] Added some documentation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ca81121..e4fcab0 100644 --- a/README.md +++ b/README.md @@ -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**_