Socket
Book a DemoInstallSign in
Socket

@stellar/eslint-config

Package Overview
Dependencies
Maintainers
11
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stellar/eslint-config

Stellar Development Foundation's default eslint config

latest
Source
npmnpm
Version
2.1.2
Version published
Maintainers
11
Created
Source

@stellar/eslint-config

Usage

To install this package:

yarn add --dev \
  eslint \
  eslint-config-prettier \
  eslint-config-react \
  @typescript-eslint/eslint-plugin \
  @typescript-eslint/parser \
  eslint-plugin-jsdoc \
  eslint-plugin-prefer-arrow \
  eslint-plugin-jsdoc \
  @stellar/eslint-config

Then, extend our eslint config in your project's .eslintrc.js:

module.exports = {
  extends: ["@stellar/eslint-config"],
};

FAQs

Package last updated on 13 Oct 2021

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