-
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 …
-
## 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…
-
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…
-
**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…
-
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 …
-
Hi there!
I'm using ESLint `3.1.1 v.` and `eslint-cofig-standard#5.3.5`.
Here is my `.eslintrc` file:
```
{
"extends": "standard"
}
```
When I'm trying to use it via console I get an error:
```…
-
**Tell us about your environment**
* **ESLint Version:** 3.0.0
* **Node Version:** 8.1.2
* **npm Version:** 5.0.3
**What parser (default, Babel-ESLint, etc.) are you using?** default
**…
-
### The problem I want to solve:
Currently I have a hackish way of calling eslint because my test files require a slightly different eslintrc than my normal js files. I could put my test files in a s…
jauco updated
6 years ago
-
Fighting with ESLint rules in projects that use strict configuration, like `eslint-config-airbnb`, especially stylistic rules, is becoming a big time-waster for developers contributing to open-source …
-
## Proposal
I think that it would be a great addition to let users enable this essential ESLint feature easily, without worrying about adding huge rules inside the `package.json`.
## Example usa…