Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zattoo/eslint-config

Package Overview
Dependencies
Maintainers
3
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

  • 14.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
3
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

FAQs

Package last updated on 27 Apr 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc