🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

eslint-config-streamr-ts

Package Overview
Dependencies
Maintainers
0
Versions
12
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

7.0.0
latest
npm
Version published
Weekly downloads
3.1K
12.42%
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'
}

Release

  • git checkout master
  • git pull
  • Increase the version number in package.json
  • npm install
  • Commit changes
  • npm publish
  • git push

Resources

Rules for eslint-plugin-promise and their reasoning

Keywords

eslint

FAQs

Package last updated on 04 Mar 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