-
The initial `1.0.0` release of `eslint-config-standard` depends on at least Eslint `0.8.0`. Unfortunately, this doesn't seem to support JS/JSON configs and shareable configs in the same way that moder…
-
ESLint v1.6.0
In my .eslintrc, I'm extending the AirBnb config and overriding a rule like this:
```
{
"extends": "airbnb",
"rules": {
"indent": 2
}
}
```
I couldn't find an exa…
-
**Tell us about your environment**
macOS Sierra
* **ESLint Version:**
3.16.1
* **Node Version:**
6.9.2
* **npm Version:**
yarn@0.21.3
**What parser (default, Babel-ESLint, etc.) are yo…
-
As requested in yannickcr/eslint-plugin-react#192 it would be useful for plugins to define their own symbolic names for configs. Example:
```
{
"extends": [ "eslint:recommended", "eslint-plugin-r…
-
☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018.
## Version **15.1.6** of [semantic-release](…
-
Similar to #2713 .
> While you're at it, would it be possible to sneak in an "eslint:all" definition? There are quite a few rules that are disabled by default (pre-1.0), and this would be especially …
-
**Tell us about your environment**
* **ESLint Version:** v3.19.0
* **Node Version:** v4.2.6
* **npm Version:** 3.5.2
**Please show your full configuration:**
Configuration
```js
{
…
-
Hello there, love your work here.
I've been wanting to try and move some of my default config settings into a module. Given that a chunk of my fav tools are already using cosmiconfig, I wondered i…
-
## Version **15.1.8** of [semantic-release](https://github.com/semantic-release/semantic-release) was just published.
Branch
Build failing 🚨
Depe…
-
Linting `foo.js` with `.eslintrc.yml` containing `extends: "eslint"`.
`eslint` and `eslint-config-eslint` are installed globally.
With `rc.0` and `beta.3`, executing `eslint foo.js`, I get the follow…