This package has been deprecated

Author message:

@bagaar/eslint-config-ember is no longer maintained.

@bagaar/eslint-config-ember

0.5.0 • Public • Published

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.

Package Sidebar

Install

npm i @bagaar/eslint-config-ember

Weekly Downloads

3

Version

0.5.0

License

MIT

Unpacked Size

4.59 kB

Total Files

5

Last publish

Collaborators

  • gvdp
  • bertdeblock