Skip to content

Commit 37febe3

Browse files
committed
Insert trailing newlines
1 parent 714d13d commit 37febe3

18 files changed

+18
-18
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules/**
22
site/**
3-
.DS_Store
3+
.DS_Store

pages/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
<content type="html"></content>
1818
</entry>
1919
{{/posts}}
20-
</feed>
20+
</feed>

pages/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ <h1>JSHint Blog</h1>
1212
<td class=link><a href="{{meta.url}}">{{meta.title}}</a></td>
1313
</tr>
1414
{{/posts}}
15-
</table>
15+
</table>

pages/blog/1-0-0-rc2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Here's how you can install this release candidate:
2828
For full 1.0.0 changelog please see our
2929
[1.0.0 RC1 announcement](http://jshint.com/blog/2012-12-29/1-0-0-rc1/).
3030

31-
Big thanks to Samuel Cole for submitting patches and finding bugs!
31+
Big thanks to Samuel Cole for submitting patches and finding bugs!

pages/blog/1-0-0-rc3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Here's how you can install this release candidate:
2727
$ npm install https://github.com/jshint/jshint/archive/1.0.0-rc3.tar.gz
2828

2929
For full 1.0.0 changelog please see our
30-
[1.0.0 RC1 announcement](http://jshint.com/blog/2012-12-29/1-0-0-rc1/).
30+
[1.0.0 RC1 announcement](http://jshint.com/blog/2012-12-29/1-0-0-rc1/).

pages/blog/1-0-0-rc4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Here's how you can install this release candidate:
2525
$ npm install https://github.com/jshint/jshint/archive/1.0.0-rc4.tar.gz
2626

2727
For full 1.0.0 changelog please see our
28-
[1.0.0 RC1 announcement](http://jshint.com/blog/2012-12-29/1-0-0-rc1/).
28+
[1.0.0 RC1 announcement](http://jshint.com/blog/2012-12-29/1-0-0-rc1/).

pages/blog/1-0-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ or install via NPM:
1616

1717
Also, we have a new website with new up-to-date documentation! Check it out and
1818
let us know what you think. For full 1.0.0 changelog please see our
19-
[1.0.0 RC1 announcement](http://jshint.com/blog/2012-12-29/1-0-0-rc1/).
19+
[1.0.0 RC1 announcement](http://jshint.com/blog/2012-12-29/1-0-0-rc1/).

pages/blog/2-1-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ by JSHint.
3636
<tr><td class='commit'><a href='https://github.com/jshint/jshint/commit/4ac19fa53016dfc8686d0ec882da2269aee1e964'>4ac19fa</a></td><td class='desc'>No issue: Move JSHint config into package.json</td></tr>
3737
</table>
3838

39-
<p class='thx'><strong>Thanks</strong> to Rob Wu, Ryan Cannon, Dave Camp, Amir Livneh, Josh Hoff, Nikolay S. Frantsev, Lapo Luchini, Lukas Domnick for sending patches!</p>
39+
<p class='thx'><strong>Thanks</strong> to Rob Wu, Ryan Cannon, Dave Camp, Amir Livneh, Josh Hoff, Nikolay S. Frantsev, Lapo Luchini, Lukas Domnick for sending patches!</p>

pages/blog/better-npm-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ file anymore. Just put your JSHint options into your *package.json* file
1515
as a property named `jshintConfig` and you're all set! The format
1616
is exactly the same as *.jshintrc*.
1717

18-
Example: [*package.json* for JSHint itself](https://github.com/jshint/jshint/blob/master/package.json#L51).
18+
Example: [*package.json* for JSHint itself](https://github.com/jshint/jshint/blob/master/package.json#L51).

pages/blog/es6-default-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ went to grab some food:
2020

2121
**One hour later** an incredible [Thomas Boyt](https://twitter.com/thomasABoyt)
2222
posted his solution which I reviewed, landed and published today as JSHint 2.1.8.
23-
This means that JSHint now officially supports default parameters!
23+
This means that JSHint now officially supports default parameters!

0 commit comments

Comments
 (0)