master
oatmealine 3 years ago
parent b302d2b6ca
commit 4307a6b15a
No known key found for this signature in database
GPG Key ID: C4CB49CFAD721145

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

@ -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": [

Loading…
Cancel
Save