1 Star 0 Fork 0

hu-snail/html-docx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
coffeelint.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
forever-chen 提交于 2020-01-15 14:06 . init
{
"no_tabs": {
"level": "ignore",
"comment": "Checked by other linter"
},
"no_trailing_whitespace": {
"level": "ignore",
"allowed_in_comments": false,
"comment": "Checked by other linter"
},
"max_line_length": {
"value": 100,
"level": "ignore",
"comment": "Checked by other linter"
},
"camel_case_classes": {
"level": "error"
},
"indentation": {
"value": 2,
"level": "error"
},
"no_implicit_braces": {
"level": "ignore"
},
"no_trailing_semicolons": {
"level": "error"
},
"no_plusplus": {
"level": "ignore"
},
"no_throwing_strings": {
"level": "error"
},
"cyclomatic_complexity": {
"value": 10,
"level": "warn"
},
"no_backticks": {
"level": "error"
},
"line_endings": {
"level": "ignore",
"value": "unix",
"comment": "Checked by other linter"
},
"no_implicit_parens": {
"level": "ignore"
},
"no_empty_param_list": {
"level": "error"
},
"space_operators": {
"level": "warn"
},
"duplicate_key": {
"level": "error"
},
"newlines_after_classes": {
"value": 3,
"level": "ignore"
},
"no_stand_alone_at": {
"level": "ignore"
},
"coffeescript_error": {
"level": "error"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hu-snail/html-docx.git
[email protected]:hu-snail/html-docx.git
hu-snail
html-docx
html-docx
master

搜索帮助