Skip to content

Commit

Permalink
adopt prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jul 12, 2017
1 parent 3440b03 commit c0b303a
Show file tree
Hide file tree
Showing 12 changed files with 1,587 additions and 1,451 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"forin": true,
"latedef": true,
"node": true,
"strict": true,
"undef": true
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- npm install -g codecov
- npm install
script:
- npm run -s jshint
- npm run lint
- travis_retry npm test
after_success:
- npm run codecov
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./lib/configproxy.js');
module.exports = require("./lib/configproxy.js");
Loading

0 comments on commit c0b303a

Please sign in to comment.