Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@endo/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/eslint-config

lint rules used in Endo development

  • 0.5.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
410
decreased by-27.82%
Maintainers
5
Weekly downloads
 
Created
Source

Endo ESLint Configuration

This package provides ESLint configuration for use by the other packages. Configuration is mostly static, except for type-aware linting as controlled by the ENDO_LINT_TYPES environment variable because of its impact upon linting performance.

  • ENDO_LINT_TYPES=NONE: Linting is type-ignorant.
  • ENDO_LINT_TYPES=SRC: Linting of "src" directories is type-aware (default, increases time ~50%).
  • ENDO_LINT_TYPES=FULL: Linting of all files is type-aware (increases time greatly).

Type-aware linting configures each package to use shared TypeScript configuration at the top level of the repository unless overridden at package level.

  • jsconfig.eslint-base.json defines shared base configuration.
  • jsconfig.eslint-src.json extends base configuration to include files at the top of a package and in its "src" directory, and is used by ENDO_LINT_TYPES=SRC.
  • jsconfig.eslint-full.json extends base configuration to include files in all directories, and is used by ENDO_LINT_TYPES=FULL.

Keywords

FAQs

Package last updated on 07 Mar 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc