11.0.0 • Published 3 years ago

eslint-plugin-smile-ember v11.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

eslint-plugin-smile-ember

npm version

smile.io's eslint rules for ember apps

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-smile-ember:

$ npm install eslint-plugin-smile-ember --save-dev

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

Usage

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

{
  "plugins": ["smile-ember"]
}

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

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

Supported Rules

  • Fill in provided rules here

Releasing

See the Release guide for details.

11.0.0

3 years ago

10.0.0

4 years ago

9.1.0

4 years ago

9.0.0-beta.1

4 years ago

9.0.0-beta

4 years ago

9.0.0

4 years ago

8.1.0

5 years ago

8.0.0

5 years ago

7.1.0

5 years ago

7.0.0

5 years ago

6.0.0

5 years ago

5.1.1

6 years ago

5.1.0

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.2.0

6 years ago

4.1.0

6 years ago

4.0.0

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago