Lightweight ESLint plugin for Atom.
.eslintrc
files.$ cd /path/to/file && eslint src.js
. ESLint v3.0.0 now requires that you use a configuration to run. See migrating-to-3.0.0
apm install fast-eslint
standard
& standard-react
npm install -g eslint-config-standard eslint-config-standard-react
Create .eslintrc.*
file either in your project or home directory.
{"extends": ["standard", "standard-react"]}
Go to Atom
-> Config...
and enter:
"*":"fast-eslint":baseConfigExtends: ["standard","standard-react"]
Copyright (c) 2016-2020 Arnaud Dezandee
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.