-
I'm getting warnings about `graceful-fs` deprecation. My current practice for figuring out which packages depend on a given package is this:
1. `npm ls | pbcopy`
2. paste output into editor
3. look wi…
-
Got this:
```
$ ncu -a
┌─────────────────────────────────────────────────┐
│ Update available: 2.5.2 (current: 2.5.1) │
│ Run npm install -g npm-check-updates to update. │
└──────────────────…
-
3.8.0 -> 3.9.0 broke [semistandard](https://github.com/Flet/semistandard).
I'm getting `Definition for rule 'react/jsx-no-duplicate-props' was not found` errors. Using 3.8.0 make semistandard work ag…
kesla updated
9 years ago
-
-
Right now Dapple's code style is a bit inconsistent. I'd like to propose adopting a style guide of some sort. I've seen the [Javascript Standard](https://github.com/feross/standard) style floating aro…
ghost updated
8 years ago
-
I'm adding this issue for discussion/debate. I have been doing some modernization of my javascript toolset and found that eslint is vastly superior jshint and jscs in a number of ways.
- [Babel](http…
-
First of all:
Basically I agree with each and every point of this "standard" -
This is "best options" and I want to thank you.
But there is one thing I totally disagree with: _no semicolons_.
Does i…
-
See https://github.com/airbnb/javascript and https://www.npmjs.com/package/eslint-config-airbnb
-
We need final decission on linting tools / rules across oraganisation repositories.
I have suggested zero-configuration variant [standard](npmjs.com/package/standard) but it includes `no semicolons` r…
Guria updated
8 years ago
-
I'm raising this issue because of my love for semicolons (can we really rely on semicolon insertion?). I'm fine if that's the style, but I think there ought to be a style guide for future collaboratio…
tab58 updated
8 years ago