UNPKG
honion
Version:
alpha (0.0.1-alpha.2)
latest (0.1.0)
0.1.0
0.0.1
0.0.1-alpha.2
0.0.1-alpha.1
通用洋葱模型中间件
github.com/hal-wang/honion
hal-wang/honion
honion
/
.eslintrc.js
12 lines
(11 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = { parser:
"
@typescript
-eslint/parser"
, extends: [
"plugin:
@typescript
-eslint/recommended"
,
"plugin:prettier/recommended"
, ], plugins: [
"
@typescript
-eslint"
], rules: {
"
@typescript
-eslint/no-explicit-any"
:
"off"
, }, };