Socket
Socket
Sign inDemoInstall

@42technologies/eslint-config

Package Overview
Dependencies
387
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @42technologies/eslint-config

Central eslint configuration that we share across all packages in the monorepo. The weird file structure needed to get autocomplete in vscode.


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

@42technologies/eslint-config

Central eslint configuration that we share across all packages in the monorepo. The weird file structure needed to get autocomplete in vscode.

Usage

Create a .eslintrc.yml file in the root of your package. Basic structure is:

extends:
    - '@42technologies/eslint-config'
rules:
    '@typescript-eslint/no-var-requires': 0
ignorePatterns:
    - '**/node_modules/*'

FAQs

Last updated on 09 Oct 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc