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

@mll-lab/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mll-lab/eslint-config

The shareable eslint configuration of MLL

  • 3.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
decreased by-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config

The shareable eslint configuration of MLL

Installation

yarn add --dev @mll-lab/eslint-config

Configuration

Extend this configuration in your ESLint config:

  "extends": [
    "@mll-lab/eslint-config"
  ],

React

Add required peer dependencies:

yarn add --dev eslint-config-airbnb eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-jsx-a11y

Then add an extra entry to your ESLint config. Make sure to place it config before the base config.

  "extends": [
    "@mll-lab/eslint-config/react",
    "@mll-lab/eslint-config"
  ],

Keywords

FAQs

Package last updated on 23 Nov 2023

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