Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-fix-all

WDies143MIT1.0.1

A eslint preset with all the fixable rules

eslint, eslint-config, fixable-rules, fixable

readme

eslint-config-fix-all

A eslint preset with all the fixable rules

Installation

npm install -save-dev eslint-config-fix-all

Usage

eslint --fix

There are a number of rules that are es6-specific, so you may also want to consider using babel-eslint as your parser

{
    "extends": "eslint-config-fix-all",
    "parser": "babel-eslint"
}