1 Star 0 Fork 0

随意如风/wangEditor-modify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.json 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
随意如风 提交于 2019-02-14 18:17 . 1
{
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"globals": {
"ENV": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"no-console":0,
"indent": [
"error",
4
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single",
{
"allowTemplateLiterals": true
}
],
"semi": [
"error",
"never"
],
"no-unused-vars": 0,
"no-debugger": 0
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzh8501/wangEditor-modify.git
git@gitee.com:zzh8501/wangEditor-modify.git
zzh8501
wangEditor-modify
wangEditor-modify
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385