-
``` js
for (var i = 0; i < 10; i++);
console.log(i);
```
This statement through node returns
``` sh
~/src/decode-webp〉node formatter-bug-two.js
10
```
Run through semistandard-format it produces th…
-
We just released a new plugin generator at https://github.com/feathersjs/generator-feathers-plugin that includes some changes that all other repositories should be updated to as well so that they all …
daffl updated
8 years ago
-
I'm not sure if it's happening because of this [fix.](https://github.com/stephenkubovic/atom-standard-formatter/issues/35)
But it's removing all the semicolons from the end of statements.
-
When a recent version of standard is installed in the project, the plugin wouldn't use it.
I tried to step through the code, and here's what I found:
1. `requireWithLocalOverride` tries to load the p…
-
Any chance of an update that allows eslint 3?
-
- [x] Readme https://github.com/bucharest-gold/automatic-pancake/issues/5#issuecomment-245017883
- [x] Tools - istanbul, semistandard eslint stuff, tape, tap-spec, etc [if applicable - genet, bench...…
-
Some examples of practices that are missing:
- A `prepublish` script in `package.json` to run `nsp` checking for security vulnerabilities.
- Use `eslint` and `semistandard` for linting/formatting
- Ad…
lance updated
8 years ago
-
```
npm-init with auto-install not working
I was using node 6.7.0 and it was working fine
then updated to 6.9.1
and showing 'package.json' not found
then tested with node 4x
and it is complainin…
-
When `npm init` is run, it is possible to use a custom script to prompt the user and supply defaults. First, users will need to set this value.
```
$ npm config set init-module ~/.npm-init.js
```
Th…
lance updated
8 years ago
-
Steps to reproduce the error:
1. npm test
2. npm install
What happens is:
```
hamhands:esri-leaflet patr8559$ npm test
> esri-leaflet@2.0.3 pretest /Users/patr8559/Documents/esri-leaflet
> npm run…