-
With 2.0.0-rc.0, the `extends` and `plugins` fields of config files are resolved relative to the config file itself. This can cause issues when, for example, the home directory config file is used (`~…
-
.eslintrc
`"no-restricted-modules": [1, "nconf", "underscore"]`
public/js/.eslintrc
`"no-restricted-modules": [2, "requirejs"]`
console.logging the options inside of no-restricted-modules.js
```
[ …
-
I'm using [sublime-eslint](https://github.com/roadhump/SublimeLinter-eslint) as well as the CLI itself where I use `--rulesdir`. sublime-eslint does allow CLI switches, but only on a global basis, not…
-
Is it possible to have the `.eslintrc` `extends` key extend from any package, not just `eslint-config-*` ones? For example, my organization has a master style guide module published with name (for exa…
-
Add an optional field `alias` per rule. This allows you to use a rule with a specific configuration under another name. That name is then used for error reporting, disable comments and extending confi…
-
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/…