eslint-plugin-zero

0.0.9 • Public • Published

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

/eslint-plugin-zero/

    Package Sidebar

    Install

    npm i eslint-plugin-zero

    Weekly Downloads

    2

    Version

    0.0.9

    License

    MIT

    Unpacked Size

    181 kB

    Total Files

    10

    Last publish

    Collaborators

    • beizhedenglong