fast-eslint

ESLint linter plugin for JavaScript, lightweight

Arnaud Dezandee

64,004

10

4.15.0

MIT

GitHub

This package provides the following services:

Fast-ESLint

APM CircleCI David APM

semantic-release ESLint Commitizen friendly

Lightweight ESLint plugin for Atom.

⚠️ ESLint v3.0.0 now requires that you use a configuration to run. See migrating-to-3.0.0

Installation

Popular style guides

Example Settings for standard & standard-react

Project / System configuration

Create .eslintrc.* file either in your project or home directory.

{
  "extends": ["standard", "standard-react"]
}

Atom wide configuration

Go to Atom -> Config... and enter:

"*":
  "fast-eslint":
    baseConfigExtends: [
      "standard",
      "standard-react"
    ]

MIT License

Copyright (c) 2016-2020 Arnaud Dezandee