1 Star 0 Fork 22

Erasin/vscode_Chinese_Input_Assistant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
hbybyyang 提交于 2020-06-26 23:00 . 加入editorconfig,格式化
{
"env": {
"browser": false,
"commonjs": true,
"es6": true,
"node": true
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module"
},
"rules": {
"no-const-assign": "warn",
"no-this-before-super": "warn",
"no-undef": "warn",
"no-unreachable": "warn",
"no-unused-vars": "warn",
"constructor-super": "warn",
"valid-typeof": "warn"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/erasin/vscode_Chinese_Input_Assistant.git
git@gitee.com:erasin/vscode_Chinese_Input_Assistant.git
erasin
vscode_Chinese_Input_Assistant
vscode_Chinese_Input_Assistant
master

搜索帮助