-
I'm experimenting with replacing a bundle I currently create with `jspm bundle` for one created by rollup with system format. The purpose of my bundle is to register multiple named modules with System…
-
I just published a shareable config for [`feross/standard`](https://github.com/feross/standard) called [`eslint-config-standard`](https://github.com/feross/eslint-config-standard). Great feature idea…
-
So I have the following config:
```
{
"extends": "ember",
"rules": [
"no-config": 0
]
}
```
This appears to disable all the rules in the extension.
`util.mergeConfigs` used in 'lib/config…
-
I have two `.eslintrc` files, one in my project root and one in the folder `test/e2e`.
Each config files extends from a shareable config:
- `.eslintrc` extends `my-shareable-config/es2015` (this enab…
-
Hi,
I am trying to install Sinon and it is throwing an error.
npm ERR! node v6.10.2
npm ERR! npm v3.10.10
npm ERR! code E404
npm ERR! 404 no such package available : @sinonjs/formatio
npm E…
-
I found the hint about `eslint-plugin-html` in the readme, however I would like to check code inside some php files and did not find anything similar - using `eslint-plugin-html` does not work for php…
-
As discovered in [#3136](https://github.com/eslint/eslint/pull/3136/files#r35300730) the package prefix `eslint-config-` of shareable configs is not checked to appear exactly at the beginning of the p…
-
Once we have figured out all of the technical details to allow people to transition from JSCS to ESLint, we will need to document the process. My guess is that we'll need some documentation for transi…
-
## Feature / Issue
> Devs will find it useful to have ESLint installed.
> Setting up ESLint for Webstorm isn't 100% obvious if you don't know ESLint.
> Recommendation: Set up ESLint for React Native.
…
-
## Problem
As of ESLint 4.9.0, there are several configuration options that we don't want to allow in config files. For example, we don't allow `--rulesdir` in config files (https://github.com/esli…