Skip to content

Commit 10a7245

Browse files
committed
Merge pull request #78 from mikekidder/linting
add linting to Travis CI
2 parents 301730a + 0959e94 commit 10a7245

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ language: node_js
22
node_js:
33
- "iojs-2"
44
script:
5+
- npm run lint
56
- npm test

src/components/createConnect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export default function createConnect(React) {
213213
) ||
214214
// React Native
215215
typeof __DEV__ !== 'undefined' &&
216-
__DEV__ //eslint-disable-line no-undef
216+
__DEV__ // eslint-disable-line no-undef
217217
) {
218218
Connect.prototype.componentWillUpdate = function componentWillUpdate() {
219219
if (this.version === version) {

0 commit comments

Comments
 (0)