feat: lazy loading node-jose (#2177)

This commit is contained in:
Alex Inkin
2023-03-04 02:31:41 +08:00
committed by Aiden McClelland
parent 3c0a82293c
commit efb318a979
3 changed files with 23 additions and 17 deletions

View File

@@ -2,5 +2,6 @@
"singleQuote": true,
"semi": false,
"arrowParens": "avoid",
"trailingComma": "all"
"trailingComma": "all",
"htmlWhitespaceSensitivity": "ignore"
}