1 Star 0 Fork 0

芝麻科技 / wangEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangfupeng1988 提交于 2017-04-07 17:16 . menu-link part
{
"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
}
}
1
https://gitee.com/sesametech-group/wangEditor.git
git@gitee.com:sesametech-group/wangEditor.git
sesametech-group
wangEditor
wangEditor
master

搜索帮助