/eslint-plugin

ESLint plugin and common configuration of MLL

Primary LanguageTypeScriptMIT LicenseMIT

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