-
## 配置环境
```sh
cnpm install --save-dev eslint babel-eslint eslint-config-alloy
```
-
This is how JSFormat would output this code -
```
(function () {
"use strict";
var func = window.callback(true, function () {
return 0;
});
var expr = window.aa < wind…
sunjw updated
5 years ago
-
Alguno de los ficheros js no huelen aún a una fresca fragancia
-
The Javascript could be cleaner in a few ways.
- Lowest level: it should pass a linter
- Low level: Naming and organization could be improved. `app.js` could be split into multiple files.
- Higher lev…
-
just got some idea that albacore could support jslint.
here's a sample on using msbuild and jslint.
http://sedodream.com/2008/04/15/MSBuildJSLintGoodJavascript.aspx
-
Hello,
this plugin breaks the JSLint each time you change the *.js file you are working on, JSLint is stuck like if it's disabled, for example I can remove a final ; of a row and save but it won't sh…
-
```
It would be really useful to embed JSLint into Eclipse. You should be able to
right-click and validate
a file, and have JSLint report any errors as markers in the problem view.
I started work o…
-
-
For given qulice configuration
```
com.qulice
qulice-maven-plugin
0.12.1
…
-
im sure there will be a litany of things to fix....