-
I recently worked on adding [aotaduy/eslint-plugin-spellcheck](https://github.com/aotaduy/eslint-plugin-spellcheck/) to my project and I found out that I have to put all the configuration in the root …
-
Currently, when using `extends`, you have to either specify a module name or a configuration file in `.json` format.
Since shareable configurations [apparently need to be written as `.js` files](http…
-
**Tell us about your environment**
Linux version 3.6.32-431.11.2.el6.x86_64 (mockbuild@c6b8.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Tue Mar 25 19:59:55 U…
-
I'm trying to make a smaller proof of bug here, but here is what I have so far:
## STR
```
git clone https://github.com/mozilla/fxa-content-server#e29f5d654e8359051507314fb14efcf1e109bf46
cd fxa-cont…
-
* **ESLint Version:** v3.12.2
* **Node Version:** v6.9.1
* **npm Version:** 3.10.9
I'm trying to create a little tool that will be able to parallelize eslint for a project. So I'm using CLIEngine…
-
@ilyavolodin recommended that I file an issue here to discuss whether we can expose how ESLint resolves `extends`. More on that conversation [here](https://github.com/kentcdodds/eslint-find-new-rules/…
-
The goal of this release is to make `standard` faster to install, and simpler to use.
- [x] Remove `standard-format` (#340) (#397)
- Eliminates 250 packages, and cuts install time in half!
- For n…
-
## Background
ESLint has a long, depressing history of removing old rules. We did this a lot pre-1.0.0, probably longer after we should have. We stopped doing that outside of major releases after 1.0…
-
Up for discussion:
Eslint enables you to export different sets of rules within one eslint plugin. Github does this for example: https://github.com/github/eslint-plugin-github.
I like to do this …
-
**tl;dr** I'd like to propose an additional API be exposed to Node.js JavaScript that allows developers to perform `require.resolve()`, but with an custom list of lookup paths.
## Background
In ESLin…