-
- Downloads
tools: add travis-ci
.eslintrc.js
deleted
100644 → 0
.travis.yml
0 → 100644
... | @@ -67,5 +67,15 @@ | ... | @@ -67,5 +67,15 @@ |
"eslint-plugin-standard": "^4.0.0", | "eslint-plugin-standard": "^4.0.0", | ||
"node-fetch": "^2.3.0", | "node-fetch": "^2.3.0", | ||
"nodemon": "^1.18.7" | "nodemon": "^1.18.7" | ||
}, | |||
"eslintConfig": { | |||
"extends": [ | |||
"standard", | |||
"prettier", | |||
"prettier/standard" | |||
], | |||
"env": { | |||
"node": true | |||
} | |||
} | } | ||
} | } |
Please register or sign in to comment