1 Star 1 Fork 0

SmartIDE/smartide-web-terminal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
ysk2014 提交于 6年前 . build
module.exports = {
env: {
node: true,
es6: true
},
extends: 'eslint:recommended',
globals: {},
parserOptions: {
ecmaVersion: 2018
},
rules: {
'no-console': 0,
'no-undef': 0,
'no-useless-escape': 0,
quotes: ['error', 'single'],
semi: ['error', 'always']
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/smartide/smartide-web-terminal.git
git@gitee.com:smartide/smartide-web-terminal.git
smartide
smartide-web-terminal
smartide-web-terminal
master

搜索帮助