@pixelygroup/keycloak-koa-connect
Version:
keycloak koa oauth jsonWebToken
27 lines (26 loc) • 466 B
YAML
defaultSeverity: error
extends:
- tslint:recommended
rules:
quotemark:
- true
- single
- jsx-double
no-console:
- true
- log
# object 的键是否需要排序
object-literal-sort-keys: false
# 不允许在行尾添加尾随空格。
no-trailing-whitespace:
- false
variable-name:
- true
- check-format
- allow-leading-underscore
- ban-keywords
no-bitwise:
- false
max-line-length:
- true
- 200