This package has been deprecated

Author message:

WARNING: This project has been renamed to @adfinis/eslint-config. Install using @adfinis/eslint-config instead.

@adfinis-sygroup/eslint-config

1.6.1 • Public • Published

@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",
};

Package Sidebar

Install

npm i @adfinis-sygroup/eslint-config

Weekly Downloads

32

Version

1.6.1

License

LGPL-3.0-or-later

Unpacked Size

15.6 kB

Total Files

8

Last publish

Collaborators

  • npm