-
Upon investigating the [default options](https://github.com/eslint/eslint/blob/master/lib/cli-engine.js#L71) when calling eslint programmatically, it doesn't look like there is support for defining cu…
-
Sorry for posting an issue not related to development of stylelint itself.
There is a pull request open for creating a shareable config for the popular airbnb css specification: https://github.com/…
-
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…
-
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…
-
This issue is a continuation of #2715. See that issue for more context.
__tl;dr:__ The current proposal is to `topLevelOptions` property to a config file only available in the project-level config …
-
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…
-
☝️ 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
{
…
-
# Glob based configuration
## Goal
Currently ESLint allows you to cascade the configurations based on the directory structure of your project. This approach is not flexible enough if you have files t…