5 Star 3 Fork 5

Gitee 极速下载 / Botkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/howdyai/botkit
克隆/下载
.eslintrc.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["plugin:@typescript-eslint/recommended"],
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module",
"ecmaFeatures": {
"impliedStrict": true
}
},
"rules": {
"semi": ["error", "always"],
"no-return-await": 0,
"space-before-function-paren": ["error", {
"named": "never",
"anonymous": "never",
"asyncArrow": "always"
}],
"quotes": ["error", "single", {"allowTemplateLiterals": true}],
"template-curly-spacing": ["error", "always"],
"@typescript-eslint/camelcase": 0,
"@typescript-eslint/indent": ["error", 4],
"@typescript-eslint/interface-name-prefix": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-object-literal-type-assertion": ["error", {
"allowAsParameter": true
}],
"@typescript-eslint/no-use-before-define": ["error", { "functions": false, "classes": true }]
}
}
JavaScript
1
https://gitee.com/mirrors/Botkit.git
git@gitee.com:mirrors/Botkit.git
mirrors
Botkit
Botkit
main

搜索帮助