-
Semistandard and semistandard-format have different standards:
```
$ node_modules/.bin/semistandard
$ node_modules/.bin/semistandard-format -w
$ node_modules/.bin/semistandard
semistandard:…
ghost updated
8 years ago
-
I try to run semistandard and I hit this error:
```
semistandard: Unexpected linter output:
TypeError: Cannot read property 'type' of undefined
at markPropTypesAsDeclared (/usr/local/lib/node_mo…
-
Hi @Flet,
Since upgrading to the latest version of `Semistandard` (`8.0.0`)
we are getting a lot of `"Identifier 'variable_name' is not in camel case"` ...
But we _want_ to use `snake_case` for our va…
-
``` sh
$ cat a.js
#!/usr/bin/env node
'use strict';
$ semistandard a.js
semistandard: Semicolons For All! (https://github.com/Flet/semistandard)
~/a.js:1:1: Expected space or tab after "//" in co…
-
à la https://github.com/servo/servo/blob/master/HACKING_QUICKSTART.md
Perhaps move/duplicate a bunch of the commands from the [`README.md`](https://github.com/aframevr/aframe/blob/dev/README.md) and …
-
We have to decide and set up code style, mostly to avoid greenkeeper/travis fails.
Things to check:
- strict mode
- no unused variables
- always prefix browser globals with window
Basically anything…
-
I have the following code:
```
var o = {
get foo() {
return 1;
}
};
console.log(o);
```
running `semistandard -F` on it, gives me:
> semistandard: Semicolons For All! (https://github.com/Fl…
t-moe updated
8 years ago
-
Trying to install `linter-js-standard` for Atom on Windows. It worked fine on my Desktop machine, but I've been getting the same error message for several days on my laptop. Both computers have up-to-…
-
``` sh
semistandard: Semicolons For All! (https://github.com/Flet/semistandard)
/azk/start-hapiness/Azkfile.js:6:1: Definition for rule 'react/jsx-no-duplicate-props' was not found
/azk/start-h…
-
Basic travis coverage implemented in #31. Various improvements that could be made:
1. [ ] migrate dapple docker image to canonical location (currently rainbeam/dapple)
2. [x] reduce size of docker ima…