1
0

Added linting

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

View File

@@ -6,6 +6,7 @@ A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.
- [Usage](#usage)
- [Install](#install)
- [Contribute](#contribute)
## Usage
@@ -79,3 +80,5 @@ The token string generated by `jwt.sign()`.
```
npm i @tsndr/cloudflare-worker-jwt
```
# Contribute