0.5.0 • Published 5 years ago

@bagaar/eslint-config-ember v0.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Bagaar EsLint Config Ember

Bagaar Logo

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

NPM Version Conventional Commits

EsLint config for Bagaar Ember addons and projects.

Table of Contents

Installation

⚠️ @bagaar/eslint-config-ember overrides rules provided by the ember-plugin-eslint plugin. Make sure it is installed and configured properly.

NPM

npm install @bagaar/eslint-config-ember --save-dev

Yarn

yarn add @bagaar/eslint-config-ember --dev

Usage

Add @bagaar/eslint-config-ember to the extends array of your .eslintrc.js file.

// .eslintrc.js

module.exports = {
  extends: [
    'eslint:recommended',
    '@bagaar/eslint-config',
    'plugin:ember/recommended',
    '@bagaar/eslint-config-ember'
  ]
};

License

This project is licensed under the MIT License.