1
0

Added linting

This commit is contained in:
2021-05-23 17:47:22 +02:00
parent eebc0e988a
commit 5d8345996a
6 changed files with 982 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "tslint index.js"
},
"repository": {
"type": "git",
@@ -22,5 +22,8 @@
"bugs": {
"url": "https://github.com/tsndr/cloudflare-worker-jwt/issues"
},
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme"
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme",
"devDependencies": {
"tslint": "^6.1.3"
}
}