mll-lab / eslint-plugin

ESLint plugin and common configuration of MLL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ESLint plugin and common configuration of MLL

License:MIT License


Languages

Language:TypeScript 89.6%Language:JavaScript 10.4%