1.6.1 • Published 1 year ago

@adfinis-sygroup/eslint-config v1.6.1

Weekly downloads
1,490
License
LGPL-3.0-or-later
Repository
github
Last release
1 year ago

@adfinis-sygroup/eslint-config

This package contains our internally used eslint config.

Usage

To install this package, simply run

yarn add -D @adfinis-sygroup/eslint-config \
            eslint \
            eslint-config-prettier \
            eslint-plugin-prettier \
            eslint-plugin-import

Then add the following to your .eslintrc.js

module.exports = {
  extends: "@adfinis-sygroup/eslint-config",
};

Ember

If you are using it in an ember app or addon you can use the config for ember:

yarn add -D @adfinis-sygroup/eslint-config \
            eslint \
            eslint-config-prettier \
            eslint-plugin-prettier \
            eslint-plugin-import \
            eslint-plugin-ember \
            eslint-plugin-node \
            eslint-plugin-qunit

For an app replace your .eslintrc.js with this:

module.exports = {
  extends: "@adfinis-sygroup/eslint-config/ember-app",
};

Or for an addon replace your .eslintrc.js with this:

module.exports = {
  extends: "@adfinis-sygroup/eslint-config/ember-addon",
};
1.6.1

1 year ago

1.6.0

1 year ago

1.5.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.2

3 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago