@dagster-io/eslint-config

1.0.18 • Public • Published

@dagster-io/eslint-config

Shared eslint configuration to be used in Dagster apps.

Usage

1. Install

yarn -D add @dagster-io/eslint-config

2. Add to your project's eslint configuration

// .eslintrc.js
module.exports = {
  extends: ['@dagster-io/eslint-config'],
};

If you are extending other configurations, put those first.

// .eslintrc.js
module.exports = {
  extends: ['some-other-config', '@dagster-io/eslint-config'],
};

You can add other rules and settings to your .eslintrc as needed.

Readme

Keywords

none

Package Sidebar

Install

npm i @dagster-io/eslint-config

Weekly Downloads

3,084

Version

1.0.18

License

Apache-2.0

Unpacked Size

26.5 kB

Total Files

15

Last publish

Collaborators

  • dliu27
  • salazarm93
  • dish_