Add aslant to gitlab project ci

This commit is contained in:
Vylpes 2021-01-13 21:08:47 +00:00
parent 40115b072e
commit f437a5d783
5 changed files with 538 additions and 5360 deletions

View file

@ -17,9 +17,12 @@
"node-fetch": "^2.6.1"
},
"scripts": {
"test": "echo \"No tests\""
"lint": "eslint ."
},
"bugs": "https://gitlab.vylpes.com/Vylpes/random-bunny/-/issues",
"homepage": "https://gitlab.vylpes.com/Vylpes/random-bunny",
"funding": "https://ko-fi.com/gravitysoftware"
"funding": "https://ko-fi.com/gravitysoftware",
"devDependencies": {
"eslint": "^7.17.0"
}
}