mirror of
https://github.com/certd/certd.git
synced 2026-07-21 18:37:33 +08:00
perf: 支持全自动匹配部署宝塔网站证书
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"@typescript-eslint/no-this-alias": "off"
|
||||
"@typescript-eslint/no-this-alias": "off",
|
||||
// 允许any
|
||||
"@typescript-eslint/no-unsafe-anyassignment": "off"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user