eslint added

This commit is contained in:
2020-05-03 23:48:16 +02:00
parent d8fad1df84
commit 5f4482e8d3
6 changed files with 1834 additions and 32 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "tornjs",
"version": "1.0.0",
"description": "Torn Userscripts by JotDe:",
"main": "bazaar.user.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "jotde@gitea.jotde.be:jens/tornjs.git"
},
"keywords": [
"torn",
"userscript",
"js",
"javascript",
"user"
],
"author": "JotDe:",
"license": "ISC"
}