-
Hey guys, thanks for this plugin! Probably going to make our life a lot easier :)
I'm having a couple problematic queries that I cannot immediately change in order to be validated (mostly unions wi…
-
**Current Behavior**
We don't have a common code style that is enforced across the codebase.
**Expected Behavior**
There is a linter that detects errors early and is enforced on builds.
There i…
-
Report on an evaluation of jslint/jshint of the submitted source code.
_[Original issue](https://github.ugent.be/dodona/judge-javascript/issues/20) by @pdawyndt on Wed Apr 26 2017 at 22:12._
-
add more static code analysis for various code types or files
suggestions
* [ ] *some* for javascript
* JSHint (javascript) http://jshint.com/install/ https://github.com/squizlabs/PHP_Code…
-
ESlint 主要是用来帮助我们规范书写 JavaScript 代码。通过使用 Atom 的 ESLit 插件,并配合 Airbnb 的 ESLint 规则,我们可以一边编码一边检测语法。关于 ESLint 的详细介绍可看[官方文档](http://eslint.org)。
#### 1. 在 Atom 中安装 ESLint
```shell
$ apm install …
-
```
success Saved 1 new dependency.
└─ standard-flow@1.0.0
> standard-flow
standard-flow: Unexpected linter output:
TypeError: Cannot read property 'value' of undefined
at getStarToken…
capaj updated
7 years ago
-
During implementation of functional components, it appear that two rules must several times be bypassed (more than 30 times) to be validated by the eslint
**eslint-disable max-statements** https:…
-
Apologies if this is a little vague, but I'm running into an issue where it seems as if the extension is skipping my index.ts file located in src, but the xo command itself is not.
Running pnpm li…
-
Hi
Since updating to ember 2.5 recently, I'm now getting this error:
```
/Users/oli/Projects/ember/node_modules/ember-freestyle/addon/modules/ember-freestyle/services/ember-freestyle.js
0:0 warni…
-
I have `linter-xo` installed and even though it should only match js files it's trying to lint my `HTML (mako)` files and not just the code inside the script tags.
I'm not sure if this is an issue …