Skip to content

Commit

Permalink
chore: script/ci housekeeping (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop committed Jun 14, 2019
1 parent 6034685 commit fa393b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/indent": [
"error",
2
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '11'
- '12'
- '10'
- '8'
- '6'
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"build": "tsc",
"lint": "eslint ./{index,test}.ts",
"test": "ava ./test.ts --verbose",
"test": "npm run lint && ava ./test.ts --verbose",
"prepublishOnly": "npm run build"
},
"repository": "callmehiphop/pb-util",
Expand All @@ -30,10 +30,11 @@
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.5.0",
"ava": "^1.4.0",
"@typescript-eslint/parser": "^1.10.2",
"ava": "^2.1.0",
"eslint": "^5.15.3",
"ts-node": "^8.0.3",
"typescript": "^3.3.4000"
"typescript": "^3.5.0"
},
"ava": {
"compileEnhancements": false,
Expand Down

0 comments on commit fa393b3

Please sign in to comment.