@mll-lab/eslint-config

3.1.0 • Public • Published

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"
  ],

Readme

Keywords

Package Sidebar

Install

npm i @mll-lab/eslint-config

Weekly Downloads

34

Version

3.1.0

License

MIT

Unpacked Size

24.3 kB

Total Files

15

Last publish

Collaborators

  • spawnia