@bagaar/eslint-configdeprecated

EsLint config for Bagaar projects.

Usage no npm install needed!

<script type="module">
  import bagaarEslintConfig from 'https://cdn.skypack.dev/@bagaar/eslint-config';
</script>

README

Bagaar EsLint Config

Bagaar Logo

@bagaar/eslint-config is built and maintained by Bagaar.

NPM Version Conventional Commits

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.