.jscsrc 126 B

123456
  1. {
  2. "preset": "crockford",
  3. "validateIndentation": "\t",
  4. "disallowKeywords": ["with"],
  5. "disallowDanglingUnderscores": null
  6. }