Skip to content
Snippets Groups Projects
Commit dbff9cf0 authored by Francois Romain's avatar Francois Romain
Browse files

tools: add travis-ci

parent 5e7a93f3
No related branches found
No related tags found
No related merge requests found
module.exports = {
extends: ['standard', 'prettier', 'prettier/standard'],
env: {
node: true
}
}
language: node_js
node_js:
- '10'
...@@ -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
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment