Skip to content

Commit 4347964

Browse files
committed
Update README.md
1 parent d7ac954 commit 4347964

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
115115
* [JSCS](http://jscs.info/) Linter with a focus on automatic fixes and built-in style guide presets.
116116
* [babel-eslint](https://github.com/babel/babel-eslint) Allow ES6 features to pass ESLint.
117117
* [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)
118-
* [ESLint no-inferred-methodname](https://github.com/johnstonbl01/eslint-no-inferred-method-name) A custom rule for a common problem.
118+
* [ESLint no-inferred-methodname](https://github.com/johnstonbl01/eslint-no-inferred-method-name) A custom rule for a common problem. #code
119119
* [Istanbul](https://github.com/gotwarlost/istanbul) Code coverage reporting
120-
* [blue-tape](https://github.com/spion/blue-tape) Minimal, dead simple unit testing using [tape](https://github.com/substack/tape). (This is all you need, really!)
120+
* [tape](https://github.com/substack/tape) Dead simple unit testing #code
121121
* [faucet](https://github.com/substack/faucet) Prettify unit testing output (like what comes from tape).
122122
* [Supertest](https://github.com/tj/supertest) The best way to test HTTP endpoints.
123123

@@ -142,6 +142,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
142142
* [es6-shim](https://github.com/es-shims/es6-shim/) Somewhat stable, but a few things I thought were solid got shifted to ES7. #code
143143
* [es7-shim](https://www.npmjs.com/package/es7-shim) Experimental. Use with caution. #code
144144
* [HTML5 Cross Browser Polyfills](https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills) A fairly comprehensive list of HTML5 API polyfills. #code
145+
* [Deep Freeze](https://github.com/substack/deep-freeze) Deep freeze objects. #code
145146
* [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate) You'll want to cherry-pick the best of this for your production apps. See [Initializr](http://www.initializr.com) #code
146147
* [UpUp](https://www.talater.com/upup/) Make sure your site works even when your user is offline. #code
147148
* [cf-package](https://github.com/cloverfield-tools/cf-package) A Cloverfield scaffold that generates new modules (npm packages) complete with npm scripts and useful boilerplate. #code

0 commit comments

Comments
 (0)