Skip to content

Commit

Permalink
Enforce newline at the end of every file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimboKZ committed Apr 2, 2017
1 parent 56698f8 commit 09ad487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -8,6 +8,7 @@
"sourceType": "module"
},
"rules": {
"eol-last": 1,
"indent": [
"error",
4
Expand Down
2 changes: 1 addition & 1 deletion src/GifGenerator.js
Expand Up @@ -195,4 +195,4 @@ class GifGenerator {

}

module.exports = GifGenerator;
module.exports = GifGenerator;
2 changes: 1 addition & 1 deletion test/mocha/GifGeneratorTest.js
Expand Up @@ -56,4 +56,4 @@ describe('GifGenerator', () => {
done();
});
});
});
});

0 comments on commit 09ad487

Please sign in to comment.