-
http://paiza.hatenablog.com/entry/javascript_intro
ES6 ES2015 (2017年JS Update)
https://goo.gl/DtborX
vs code debugger
http://jsstudy.hatenablog.com/entry/javascript-stepwise-execution-with-vis…
-
Now, I'm using default firebase functions code style for linting (with eslint), but I'm pretty open to anything we feel confortable with. Discussion open ^^
My 50 cents: I preffer indent using tabs…
-
Not sure if this one requires explaining, but I think @indutny wouldn't mind this change either?
-
**What version of this package are you using?**
standard@16.0.4
**What problem do you want to solve?**
I don't work with React. I was wondering if `eslint-plugin-react` could be removed from stan…
-
I find myself adding many `dprint.json` files that consist more or less of the standard dprint configuration. One of the biggest value propositions of gofmt, rustfmt, Prettier, StandardJS, YAPF, and o…
kevgo updated
4 months ago
-
@tansaku @FedericoEsparza @Kachulio1 @mattwr18
We need an eslintrc file, so the whole project is written using the same style.
I don't know what are your preferences standard/ AirBnB/ Google ??
dkuku updated
5 years ago
-
So, the current standardjs config enforces:
```javascript
let init = () => {}
let text = 'asdf'
funky`
${init}
${text}
${o => o.attr || 'default'}
`
```
And does not allow:
``…
-
**bug**
**Yarn removes packages from node_modules when adding new ones**
I use standardjs as a linter in my IDE (Atom) and it requires the `standard` package installed in devDependencies.
…
-
Currently, most bioportal/ontoportal developers are linting code one way or another; however, none of the bioportal projects have rubocop configs in place.
I propose adding reasonable linting confi…
-
One of the hazards Agoric left out of [Jessie](https://github.com/Agoric/Jessie) is automatic semicolon insertion.
I'd appreciate it if we could avoid that hazard in this repo; my editors make lots…