This commit is contained in:
oatmealine 2020-01-25 13:56:01 +03:00
parent b302d2b6ca
commit 4307a6b15a
No known key found for this signature in database
GPG Key ID: C4CB49CFAD721145
2 changed files with 6 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js:
- "10"
script:
- npm run lint

View File

@ -5,6 +5,7 @@
"main": "built/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/*.ts",
"quickrun": "tsc && node built/index.js"
},
"keywords": [