2.4.3 • Published 2 years ago

@zenloopgmbh/eslint-config-ember v2.4.3

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

@zenloopgmbh/eslint-config-ember

This config configures all recommended Eslint rules by Zenloop for Ember.js projects.

Installation

npm i -D @zenloopgmbh/eslint-config-ember

Usage

In eslintrc.js file add:

{
  "extends": [
    "@zenloopgmbh/ember"
  ]
}

Development

To update plugins and the rules:

  1. Update all plugins packages to the latest

  2. Run npm test inside of the package directory.

  3. Apply missing rules and remove deprecated ones.

  4. Go to https://github.com/ember-cli/eslint-plugin-ember and verify that each category has it's own file in /lib directory.

  5. In case of the category is missing a file, first add a new test and then create a file with new rules.

2.3.0

2 years ago

2.1.2

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.4.3

2 years ago

2.4.2

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.3.5

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago