README
Bagaar EsLint Config
@bagaar/eslint-config is built and maintained by Bagaar.
EsLint config for Bagaar projects.
Table of Contents
Installation
NPM
npm install @bagaar/eslint-config --save-dev
Yarn
yarn add @bagaar/eslint-config --dev
Usage
Add @bagaar/eslint-config to the extends array of your .eslintrc.js file.
// .eslintrc.js
module.exports = {
extends: [
'eslint:recommended',
'@bagaar/eslint-config'
]
};
License
This project is licensed under the MIT License.