🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@zattoo/eslint-config

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zattoo/eslint-config

Extensible shared Zattoo's .eslintrc config

latest
Source
npmnpm
Version
17.0.0
Version published
Weekly downloads
20
-39.39%
Maintainers
4
Weekly downloads
 
Created
Source

ESLint Configuration

This repository hosts Zattoo's shared ESLint configuration distributed as @zattoo/eslint-config npm package.

It aggregates various rules from ESLint and its plugins ecosystem and seals agreements from web team.

So far we support:

Install

npm i --save-dev --save-exact @zattoo/eslint-config

Configuration

Refer @zattoo/eslint plugin in project ESLint configuration file.

Base

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

Extended with plugins

{
  "extends": [
    "@zattoo",
    "@zattoo/eslint-config/rules/react",
    "@zattoo/eslint-config/rules/jest",
    "@zattoo/eslint-config/rules/typescript",
    "@zattoo/eslint-config/rules/jsdoc"
  ]
}

Contribution

Please see Contribution Guide

Keywords

eslint

FAQs

Package last updated on 16 Apr 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