1 Star 0 Fork 0

zhangjq/kendryte-ide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.json 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"root": true,
"env": {
"node": true,
"es6": true
},
"rules": {
"no-console": 0,
"no-cond-assign": 0,
"no-unused-vars": 1,
"no-extra-semi": "warn",
"semi": "warn"
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/autozhangjq/kendryte-ide.git
git@gitee.com:autozhangjq/kendryte-ide.git
autozhangjq
kendryte-ide
kendryte-ide
dependabot/npm_and_yarn/acorn-5.7.4

搜索帮助