-
When using React, `standard` always complains about `this.props.children` not being defined in `propTypes`, even though it is a complex type that is given by React it self.
I personally don't even …
-
Forked from https://github.com/dart-lang/sdk/issues/32596#issuecomment-374713204.
AngularDart (and internally at Google) requires a better process for identifying, testing, and using lints than the…
-
# Explanation
After running with the latest master which uses: #2489 I still suffer from not being able to load my module when using the API.
```
Build failed.
File: app.js
Cannot find module 'esli…
-
Right now, ESLint assumes that a shareable module exports a single set of configuration settings. What I would like to do is to export multiple ones (e.g., I have two sets, one for the client, one for…
-
See http://eslint.org/docs/developer-guide/shareable-configs
alrra updated
6 years ago
-
My use case is a little odd, so I'll start with the background.
I'm working on a plugin, [eslint-plugin-editorconfig](https://github.com/platinumazure/eslint-plugin-editorconfig). The goal of the p…
-
I run zookeeper and kafka container with:
docker run -d --restart=always --name ims_zookeeper --network ims_network wurstmeister/zookeeper
docker run -d --restart=always --name ims_kafka --network…
-
### The version of ESLint you are using.
- 4.8.0
### The problem you want to solve.
As a great work of @not-an-aardvark, #9371 added `--reportUnusedDisableDirectives` CLI option. It's useful …
-
**What version are you using?**
v3.19.0
**What did you do?**
Did not prefix the name of my shareable config with "eslint-config-".
**What happened?**
When I tried to use the shareable config …
-
https://github.com/eslint/eslint/pull/5022 allows the `parser` field of a config to be defined as relative to the config file itself. The change was pretty straightforward, and it occurred to me that …