json JSCS为idiomaticJS配置JSON。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json JSCS为idiomaticJS配置JSON。相关的知识,希望对你有一定的参考价值。

{
  "preset": "jquery",
  "requireEarlyReturn": true,
  "requireSpacesInsideParentheses": {
    "all": true,
    "ignoreParenthesizedExpression": true,
    "except": [ "{", "}", "[", "]", "function", "\"" ]
  },
  "disallowSpacesInsideParentheses": {
    "only": [ "{", "}", "[", "]", "function" ]
  },
  "disallowSpacesInCallExpression": true,
  "requirePaddingNewLinesBeforeLineComments": null,
  "requireSpaceAfterLineComment": {
    "allExcept": ["#", "="]
  },
  "disallowMultipleLineBreaks": null,
  "requireCapitalizedComments": null,
  "validateIndentation": null,
  "validateCommentPosition": { "position": "above" }
  }

以上是关于json JSCS为idiomaticJS配置JSON。的主要内容,如果未能解决你的问题,请参考以下文章

如何选择自定义 .jscsrc 文件

JSCS: Please specify path to 'JSCS' package

webstrom报please specify path to jscs'package 是怎么回事

webstrom报错 缺少JSCS 怎么解决

phpstorm配置react开发环境

JS代码规范工具对比