Skip to content

Commit c0b303a

Browse files
committed
adopt prettier
1 parent 3440b03 commit c0b303a

12 files changed

+1587
-1451
lines changed

.jshintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"forin": true,
66
"latedef": true,
77
"node": true,
8+
"strict": true,
89
"undef": true
910
}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
- npm install -g codecov
1111
- npm install
1212
script:
13-
- npm run -s jshint
13+
- npm run lint
1414
- travis_retry npm test
1515
after_success:
1616
- npm run codecov

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./lib/configproxy.js');
1+
module.exports = require("./lib/configproxy.js");

0 commit comments

Comments
 (0)