Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@appollo/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appollo/eslint-config

Code quality assurance for Appollo projects

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@appollo/eslint-config

ESLint config to ensure code quality in Appollo workspaces.

Installation

You'll first need to install ESLint:

# npm
npm i eslint --save-dev
# yarn
yarn add eslint -D

Next, install @appollo/eslint-config:

# npm
npm install @appollo/eslint-config --save-dev
# yarn
yarn add @appollo/eslint-config -D

Usage

Add @appollo to the extends section of your .eslintrc configuration file:

{
  "extends": ["@appollo"]
}

Keywords

eslint

FAQs

Package last updated on 14 Dec 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