Skip to content

Commit ea5b2db

Browse files
author
Eric Elliott
committed
Update README.md
1 parent 435c483 commit ea5b2db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
9191
* [ESLint](http://eslint.org/)
9292
* [babel-eslint](https://github.com/babel/babel-eslint) Allow ES6 features to pass ESLint.
9393
* [eslint-plugin-no-class](https://github.com/emmenko/eslint-plugin-no-class) Forbid the ES6 `class` keyword. [Why?](https://github.com/eslint/eslint/pull/2096#issuecomment-83044888)
94+
* [ESLint no-inferred-methodname](https://github.com/johnstonbl01/eslint-no-inferred-method-name) A custom rule for a common problem.
9495
* [Istanbul](https://github.com/gotwarlost/istanbul) Code coverage reporting
9596
* [tape](https://github.com/substack/tape) Minimal, dead simple unit testing. (This is all you need, really!)
9697
* [faucet](https://github.com/substack/faucet) Prettify unit testing output (like what comes from tape).
@@ -151,6 +152,9 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
151152
* [Introducing Relay and GraphQL](https://facebook.github.io/react/blog/2015/02/20/introducing-relay-and-graphql.html)
152153
* [Building the Facebook Newsfeed with Relay](https://facebook.github.io/react/blog/2015/03/19/building-the-facebook-news-feed-with-relay.html)
153154
* [Relay FAQ](https://gist.github.com/wincent/598fa75e22bdfa44cf47)
155+
* [react-engine](https://github.com/paypal/react-engine) PayPal's isomorphic React view engine for Express or Kraken
156+
* [Radium](http://projects.formidablelabs.com/radium/) Simplify inline styles
157+
* [ESLint Plugin](https://github.com/yannickcr/eslint-plugin-react)
154158

155159

156160
## Web Components

0 commit comments

Comments
 (0)