Socket
Socket
Sign inDemoInstall

eslint-config-streamr-ts

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-streamr-ts

eslint-config standard to be used in Streamr's TypeScript projects


Version published
Weekly downloads
377
decreased by-23.06%
Maintainers
0
Weekly downloads
 
Created
Source

eslint-config-streamr-ts

A shared eslint config between Streamr TypeScript projects. See .eslintrc.js for the ruleset.

Usage

Setup

First install the package with

npm i -D eslint-config-streamr-ts

Then install the peer dependencies. The easiest way to do this is with npx (npm > 5.2.0):

npx install-peerdeps [-d] eslint-config-streamr-ts

-d is to install them as devDependencies

Config

In your .eslintrc.json (or .js) file you must extend eslint-config-streamr-ts:

{
  extends: 'eslint-config-streamr-ts'
}

OR use alias

{
  extends: 'streamr-ts'
}

Resources

Rules for eslint-plugin-promise and their reasoning

Keywords

FAQs

Package last updated on 30 Sep 2024

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