1.0.0 • Published 6 years ago

eslint-config-easyops v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

eslint-config-easyops

Build Status

An ESLint config preset complements recommended rules for smooth ES201x transition.

Usage

Install

yarn add --dev eslint-config-easyops

Add to your ESLint config

extends: ["eslint:recommended", "prettier", "easyops/production"]

Category

easyops/production

Used in production environment, most of these errors can be auto fixed by ESLint. The developer would not see the annoying error tilde in their IDE, but once they commit the changes, ESLint will use easyops/production to proofread the staged code.