Paul O’Shannessy

Results 25 issues of Paul O’Shannessy

This shouldn't need to be an explicit dependency. The preset is already depending on it. ## Motivation Cleaner dependencies! There are a couple reasons 1. The classic typescript starter template...

CLA Signed

It's too easy to update a package.json (eg editing on github) without the accompanying lockfile getting updated.

We can avoid #260, so let's add a test of some sort.

```js var keyMirror = function(obj: T): $ObjMapi K> { ``` gets reprinted as ```js var keyMirror = function(obj: T): $ObjMapi K> { ``` which doesn't parse. This will need to...

Flow ships with a new command (`flow gen-flow-files`) which can generate flow files natively without relying on a babel transform. We should try using that. One thing we should check...

I'm collecting feedback here on the new `eslint-config-fbjs` base config: `fbjs/opensource`. This is currently available on npm as `2.0.0-alpha.1` while we collecting feedback. We'll ship a final version when we...

Ok, there are a couple pieces to this. 1. Revert the removal of `flow/lib/dev.js` from #182. We need this for projects consuming fbjs directly & using flow, which will check...

We'll start putting our eslint rules here and use them in conjunction with `eslint-config-fbjs` (or not, up to consumers). cc @yungsters @zertosh

We can do this with some regular expressions or we can use an AST-based approach. Right now we only need this for Draft which is currently using the regex approach...