2.2.0 • Published 3 years ago

@clark/eslint-config-ember-order-imports v2.2.0

Weekly downloads
3,342
License
ISC
Repository
github
Last release
3 years ago

@clark/eslint-config-ember-order-imports

Node CI code style: prettier dependencies devDependencies lerna CLARK Open Source

Sorts ES module imports for Ember.js projects

Installation

If you use the @clark/eslint-config-ember or @clark/eslint-config-ember-typescript, you don't need to do anything, as they already include this config.

If you don't like our config and just want to order your imports while using your own eslint config, just install this package and add it to extends.

yarn add -D eslint @clark/eslint-config-ember-order-imports
module.exports = {
  extends: ["@clark/ember-order-imports"],
  rules: {
    // your rules here
  },
};

What does it do?

This is a distributable standalone config for eslint-plugin-import-helpers that orders the ES module imports.

The config is extracted from / based on the config in skylines.

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.28.2

4 years ago

1.28.1

4 years ago

1.28.0

4 years ago

1.27.0

4 years ago

1.24.5

4 years ago

1.26.0

4 years ago

1.26.3

4 years ago

1.26.4

4 years ago

1.26.1

4 years ago

1.26.2

4 years ago

1.26.5

4 years ago

1.25.6

4 years ago

1.25.4

4 years ago

1.25.5

4 years ago

1.25.3

4 years ago

1.25.1

4 years ago

1.25.2

4 years ago

1.25.0

4 years ago

1.24.4

4 years ago

1.24.2

4 years ago

1.24.3

4 years ago

1.24.1

4 years ago

1.24.0

4 years ago

1.23.0

4 years ago

1.21.0

4 years ago

1.22.0

4 years ago

1.20.0

4 years ago

1.19.0

4 years ago

1.18.0

4 years ago

1.17.0

4 years ago

1.16.0

4 years ago

1.15.1

5 years ago

1.15.0

5 years ago

1.14.1

5 years ago

1.14.0

5 years ago

1.13.0

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

1.10.2

5 years ago

1.10.1

5 years ago

1.10.0

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.5.0

5 years ago

1.3.1

5 years ago

1.2.1

5 years ago

1.1.0

5 years ago