Skip to content

Commit

Permalink
Add EOF to dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed May 13, 2018
1 parent 5feafb2 commit 31edbf7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
]
]
}
},
}
}
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ root = true
charset = utf-8
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
trim_trailing_whitespace = true
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ coverage/

.DS_Store

package-lock.json
package-lock.json
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ coverage/
.editorconfig
.vscode

.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ before_script:
script:
- npm run lint
- npm run test
- npm run build
- npm run build

0 comments on commit 31edbf7

Please sign in to comment.