35 Star 152 Fork 57

Peak Tai / vue-html5-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
peak 提交于 2017-02-20 15:06 . 1.0 Alpha
{
"env": {
"es6": true,
"node": true,
"browser": true
},
"parserOptions": {
"ecmaVersion": 6,
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
},
"sourceType": "module"
},
"globals": {
"VERSION": false
},
"plugins": [
"import"
],
"rules": {
"indent": "off",
"semi": [
"error",
"never"
],
"comma-dangle": [
"error",
"never"
],
"comma-spacing": "off",
"import/no-extraneous-dependencies": "off",
"no-param-reassign": [
"error",
{
"props": false
}
],
"no-plusplus": "off",
"eol-last": "off",
"class-methods-use-this": "off",
"object-curly-spacing": "off",
"new-cap": [
"error",
{
"newIsCap": true,
"capIsNew": false,
"properties": true
}
],
"space-before-blocks": "off",
"radix": [
"error",
"as-needed"
],
"import/no-unresolved": "off",
"import/extensions": [
"error",
{
"js": "never",
"json": "always"
}
],
"no-console": [
"error",
{
"allow": [
"warn",
"error"
]
}
]
},
"extends": "eslint-config-airbnb"
}
JavaScript
1
https://gitee.com/tai/vue-html5-editor.git
git@gitee.com:tai/vue-html5-editor.git
tai
vue-html5-editor
vue-html5-editor
master

搜索帮助