Skip to content

ESLint plugin and common configuration of MLL

License

Notifications You must be signed in to change notification settings

mll-lab/eslint-plugin

Repository files navigation

eslint-plugin

ESLint plugin and common configuration of MLL

Installation

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

Configuration

Extend your ESLint configuration file:

  "extends": [
    "plugin:@mll-lab/recommended",  
  ],