1 Star 0 Fork 0

yunhaiai/cropperjs

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.eslintrc 568 Bytes
Copy Edit Raw Blame History
Chen Fengyuan authored 2019-10-26 15:49 . build: move to root
{
"root": true,
"extends": "airbnb-base",
"env": {
"browser": true
},
"rules": {
"import/no-extraneous-dependencies": "off",
"no-param-reassign": "off",
"no-restricted-properties": "off",
"valid-jsdoc": ["error", {
"requireReturn": false
}]
},
"overrides": [
{
"files": "test/**/*.spec.js",
"env": {
"mocha": true
},
"globals": {
"Cropper": true,
"expect": true
},
"rules": {
"no-new": "off",
"no-unused-expressions": "off"
}
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhongchengyi/cropperjs.git
git@gitee.com:zhongchengyi/cropperjs.git
zhongchengyi
cropperjs
cropperjs
master

Search