🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@dagster-io/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dagster-io/eslint-config

Shared eslint configuration for @dagster-io

latest
npmnpm
Version
1.0.21
Version published
Weekly downloads
1.3K
-31.1%
Maintainers
3
Weekly downloads
 
Created
Source

@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.

FAQs

Package last updated on 23 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts