選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
364B

  1. {
  2. "preset": "node-style-guide",
  3. "requireCapitalizedComments": null,
  4. "requireSpacesInAnonymousFunctionExpression": {
  5. "beforeOpeningCurlyBrace": true,
  6. "beforeOpeningRoundBrace": true
  7. },
  8. "disallowSpacesInNamedFunctionExpression": {
  9. "beforeOpeningRoundBrace": true
  10. },
  11. "excludeFiles": ["node_modules/**"],
  12. "disallowSpacesInFunction": null
  13. }