Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
/ eslint-config-ember Public archive

EsLint config for Bagaar Ember addons and projects.

License

Notifications You must be signed in to change notification settings

Bagaar/eslint-config-ember

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 eslint-plugin-ember plugin. Make sure at least v6.2.0 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.