zero-config / eslint-plugin-zero

Zero configuration eslint plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-plugin-zero

Zero configuration eslint plugin.

Installation

yarn add eslint-plugin-zero

Usage

Update eslint config file base on your project type:

JavaScript

{
  "extends": ["plugin:zero/base"]
}

React

{
  "extends": ["plugin:zero/react"]
}

TypeScript

{
  "extends": ["plugin:zero/ts"]
}

TypeScript React

{
  "extends": ["plugin:zero/ts-react"]
}

About

Zero configuration eslint plugin.


Languages

Language:JavaScript 100.0%