Skip to content

Commit 5bff4ca

Browse files
author
Eric Elliott
committed
Update README.md
1 parent 9801a89 commit 5bff4ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
8686

8787
* [JSHint](http://jshint.com/)
8888
* [ESLint](http://eslint.org/)
89+
* [babel-eslint](https://github.com/babel/babel-eslint) Allow ES6 features to pass ESLint.
90+
* [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)
8991
* [Istanbul](https://github.com/gotwarlost/istanbul) Code coverage reporting
9092
* [tape](https://github.com/substack/tape) Minimal, dead simple unit testing. (This is all you need, really!)
9193
* [faucet](https://github.com/substack/faucet) Prettify unit testing output (like what comes from tape).

0 commit comments

Comments
 (0)