-
```
plato -d output -r ./*?/* -e .eslintrc.json -t "NodeBB测试报告" -x 'node_modules'
```
Execute the above command, Still included node_modules, and then happend failed:
![image](https://cloud.githubus…
baizn updated
7 years ago
-
I think JSHint should throw `W134` (as it does for the `module` option)
-
Prototypo is using automated coding style verification to the project ([#161](https://github.com/byte-foundry/prototypo/issues/161)) via https://github.com/sindresorhus/gulp-jscs and that's a good ide…
-
Style used appears to be standard (or spacey-standard) - currently package.json linter is jshint
Switch to spacey-standard?
-
Look into CI for AHRS:
- [x] Implement NPM Testing manager
- [x] Use Jest to test javascript functions
- [ ] Use [TestCafe](http://devexpress.github.io/testcafe/documentation/recipes/integrating-…
-
Would be great to have some commands for next and previous jshint error / warning.
Key bindings are precious so I'd prefer it if it didn't provide defaults, I think.
Great package, thanks.
-
## Introduction
Grunt is dated. It attempts to bring the Makefile concept of moving files from `source` to `target` with a single transformation to an environment where multiple transformations are t…
-
Follow-up to #1789.
I'm not a stickler for uniformity, but some style guidelines are good, especially when we receive contributions.
Now that we are using Grunt it's easy to add some tools for linti…
-
For the life of me I cannot get changes to image files to trigger a reload.
I have successfully gotten things to work with changes with js and less/css files. It reloads just the CSS when it is chang…
-
https://github.com/ariatemplates/editors-tools/blob/master/eclipse/spket/SpketFormatter.xml#L109
Currently the code like
```
var a = 1, b = 2, c = 3;
```
is formatted as presented above. With the …