1 Star 0 Fork 0

Star/quill-image-resize-module

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"env": {
"browser": true,
"node": true,
"mocha": true,
"es6": true
},
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"forOf": true,
"es6": true,
"experimentalObjectRestSpread": true
}
},
"rules": {
"comma-dangle": [2, "always-multiline"],
"default-case": 1,
"dot-notation": 1,
"no-cond-assign": 1,
"no-constant-condition": 2,
"no-eval": 2,
"no-extend-native": 2,
"no-fallthrough": 2,
"no-lone-blocks": 1,
"no-loop-func": 1,
"no-redeclare": 1,
"no-unused-vars": 1,
"no-use-before-define": 0
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hi-star/quill-image-resize-module.git
git@gitee.com:hi-star/quill-image-resize-module.git
hi-star
quill-image-resize-module
quill-image-resize-module
master

搜索帮助