Socket
Socket
Sign inDemoInstall

@zattoo/eslint-config

Package Overview
Dependencies
11
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zattoo/eslint-config

Extensible shared Zattoo's .eslintrc config


Version published
Maintainers
4
Created

Readme

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

FAQs

Last updated on 16 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc