1 Star 0 Fork 8

鲲鹏/FabricJS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc_tests 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"env": {
"browser": true,
"node": true
},
"globals": {
"fabric": true,
"QUnit": true,
"assert": true,
"pixelmatch": true
},
"rules": {
"eqeqeq": 0,
"no-eq-null": 2,
"no-eval": 2,
"no-unused-expressions": 2,
"guard-for-in": 0,
"wrap-iife": [
2,
"any"
],
"quote-props": 0,
"linebreak-style": 2,
"no-loop-func": 2,
"no-multi-str": 0,
"new-cap": 2,
"no-caller": 2,
"no-empty": 0,
"no-new": 0,
"no-plusplus": 0,
"strict": 0,
"dot-notation": 0,
"no-undef": 2,
"no-unused-vars": 2,
"max-statements": 0,
"camelcase": 0,
"consistent-this": 0,
"max-len": [
0,
120,
{
"ignoreComments": true
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/garenx/FabricJS.git
git@gitee.com:garenx/FabricJS.git
garenx
FabricJS
FabricJS
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385