-
## Version **3.3.0** of [mocha](https://github.com/mochajs/mocha) just got published.
Branch
Build failing 🚨
Dependency
mocha
…
-
## my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- [ ] 2.8
- [x] 3.0
- [ ] self-compiled devel branch
On this operating system:
- [ ] DCOS on
…
-
I want to run semistandard's code style fix procedure before each commit (so i can disregard trailing spaces errors and similar stuff). Can i achieve this behaviour now?
-
Standard is looking to move to version 8 [soon](https://github.com/feross/standard/issues/564). This package is still on `5.4.1`.
Whats the timeline for updating this package to keep pace with standa…
-
Eslint is a more full featured tool than semistandard. We could get semstandard style enforcement using plugins on eslint. Let's figure out the best way to do this.
lance updated
8 years ago
-
## Version **3.3.0** of [mocha](https://github.com/mochajs/mocha) just got published.
Branch
Build failing 🚨
Dependency
mocha
…
-
If I do a clean clone and `npm install` today, I get the following error:
```
> gulp serve
[20:05:19] Using gulpfile C:\gh\esri-rollup-example\gulpfile.js
[20:05:19] Starting 'clean'...
[20:05:19] F…
-
When I run `npm test`, `semistandard` fails with a couple formatting errors. I made the changes and am ready to submit a PR but it just seemed so bizarre that I figured I'd ask about it here. To addre…
-
[Prettier](https://github.com/prettier/prettier) become really popular in JS. It automatically formats source code by opinionated code style.
And we have same thing in Go — one code style for every…
-
So I have this piece of code, which I removed some of the code to make it simpler:
``` javascript
(function () {
'use strict';
angular.module('dm.popular.selection')
.controller('PopularSelec…