1 Star 0 Fork 0

Serverless Devs/alibabacloud-credentials-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
Jackson Tian 提交于 2022-01-26 17:05 +08:00 . init project
{
"rules": {
"indent": [2, 2],
"quotes": [2, "single", {"avoidEscape": true, "allowTemplateLiterals": true}],
"linebreak-style": [2, "unix"],
"semi": [2, "always"],
"strict": [2, "global"],
"curly": 2,
"eqeqeq": 2,
"no-eval": 2,
"guard-for-in": 2,
"no-caller": 2,
"no-else-return": 2,
"no-eq-null": 2,
"no-extend-native": 2,
"no-extra-bind": 2,
"no-floating-decimal": 2,
"no-implied-eval": 2,
"no-labels": 2,
"no-with": 2,
"no-loop-func": 1,
"no-native-reassign": 2,
"no-redeclare": [2, {"builtinGlobals": true}],
"no-delete-var": 2,
"no-shadow-restricted-names": 2,
"no-undef-init": 2,
"no-use-before-define": 2,
"no-unused-vars": [2, {"args": "none"}],
"no-undef": 2,
"global-require": 0,
"no-console": 0
},
"env": {
"es6": true,
"node": true,
"browser": true
},
"globals": {
"describe": true,
"it": true,
"before": true,
"after": true
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "script",
"ecmaFeatures": {
}
},
"extends": "eslint:recommended"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/serverless-devs/alibabacloud-credentials-cli.git
git@gitee.com:serverless-devs/alibabacloud-credentials-cli.git
serverless-devs
alibabacloud-credentials-cli
alibabacloud-credentials-cli
master

搜索帮助