Skip to content

Commit

Permalink
[Project] Add new line at eof
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorCazanave committed Apr 13, 2019
1 parent 2902467 commit 1d85951
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
README.md
jest.config.js
jest.config.js
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
node_modules
lib
dist
coverage
coverage
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ module.exports = {
collectCoverageFrom: [
'src/*.jsx'
],
};
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}
}

0 comments on commit 1d85951

Please sign in to comment.