-
Per @gaand, require getFormFields even though it is exposed globally.
-
Would you mind setting up a more advanced configuration for the linter?
The current `.jshintrc` doesn't do much.
It's not really a problem now, but could become one if you get more contributors.
…
-
Including syntax error regarding using `delete`, which is a keyword in JavaScript.
-
I think it’d be really cool if this package could integrate with [the linter package][linter] (as well as having a setting to disable its own error display).
[linter]: https://atom.io/packages/lint…
ghost updated
5 years ago
-
Hi, I am from the Flow team and I am contemplating deprecating our non-LSP APIs. I wanted to discuss deprecating the `flow` ALE linter in favor of the `flow-language-server` linter.
I have to admi…
mroch updated
3 years ago
-
To avoid issues with contributions not using a uniform code style, we need a high-powered linter to guide our ways.
Great first issue!
-
**Is your feature request related to a problem? Please describe.**
Should enforce a consistent coding style and catch silly errors.
**Describe the solution you'd like**
* Use a tool (or multiple …
-
**Describe the bug**
A clear and concise description of what the bug is.
This is a bug in 3.12.x of markdown-link-check which falesly markes autogenated
TOC links as unreachable, for example this…
-
**What tool do you want?**
A JSON Validator / Linter
**Describe the solution you'd like**
I find myself often linting or validating JSON and trying to figure out where I missed a comma or wrote `…
-
Thanks a lot for the linter, I really liked the multiple-dependency-versions rule. I haven't seen anything like it anywhere else.
### Reproduction
https://stackblitz.com/edit/sherif-peer-dev-dep…