Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 249 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 249 Bytes

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