Skip to content

Commit

Permalink
Fix linting and example
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren committed May 9, 2018
1 parent bee2889 commit 4e41f98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example.js
@@ -1,5 +1,5 @@
'use strict';
const Observable = require('rxjs/Observable').Observable;
const Observable = require('rxjs').Observable;
const logSymbols = require('log-symbols');
const delay = require('delay');
const Listr = require('.');
Expand Down
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -70,5 +70,10 @@
"lint-staged": {
"*.js": "xo"
},
"pre-commit": "lint:staged"
"pre-commit": "lint:staged",
"xo": {
"rules": {
"prefer-destructuring": "off"
}
}
}

0 comments on commit 4e41f98

Please sign in to comment.