1 Star 1 Fork 1

舞我王/jQuery-QueryBuilder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.jscsrc 945 Bytes
一键复制 编辑 原始数据 按行查看 历史
mistic100 提交于 2016-01-16 14:25 . add JSCS and SCSS lint
{
"preset": "idiomatic",
"validateIndentation": 4,
"requireCamelCaseOrUpperCaseIdentifiers": false,
"disallowKeywordsOnNewLine": [],
"requireKeywordsOnNewLine": [
"else"
],
"requirePaddingNewLinesAfterBlocks": false,
"safeContextKeyword": "self",
"disallowMultipleLineStrings": false,
"requirePaddingNewLinesBeforeLineComments": false,
"requireSpaceBeforeBinaryOperators": [
"=", "+", "-", "*", "/", "%",
"<<", ">>", ">>>", "&", "|", "^",
"&&", "||",
"===", "==", ">=", "<=", "<", ">", "!=", "!=="
],
"requireDotNotation": false,
"requireSpacesInsideBrackets": false,
"requireSpacesInsideParentheses": false,
"maximumLineLength": null,
"maximumNumberOfLines": null,
"validateQuoteMarks": {
"mark": "'",
"escape": true
},
"requireCurlyBraces": [
"for",
"while",
"do",
"try",
"catch"
],
"requireEarlyReturn": false,
"validateCommentPosition": false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ahwangbing/jQuery-QueryBuilder.git
git@gitee.com:ahwangbing/jQuery-QueryBuilder.git
ahwangbing
jQuery-QueryBuilder
jQuery-QueryBuilder
master

搜索帮助