emberjs/eslint-plugin-ember-internal

Name: eslint-plugin-ember-internal

Owner: Ember.js

Description: ESLint rules used internally by Ember.js

Created: 2016-05-25 14:22:04.0

Updated: 2017-12-17 07:46:39.0

Pushed: 2018-02-23 20:45:41.0

Homepage:

Size: 13

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

eslint-plugin-ember-internal

Rules used internally by Ember.js

Installation

You'll first need to install ESLint:

m i eslint --save-dev

Next, install eslint-plugin-ember-internal:

m install eslint-plugin-ember-internal --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-ember-internal globally.

Usage

Add ember-internal to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:


"plugins": [
    "ember-internal"
]

Then configure the rules you want to use under the rules section.


"rules": {
    "ember-internal/rule-name": 2
}

Supported Rules
License

eslint-plugin-chai-expect is licensed under the MIT License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.