{
  "rules": {
    "class-name": true,
    "comment-format": [
        true,
        "check-space"
    ],
    "curly": true,
    "eofline": true,
    "indent": [true],
    "jsdoc-format": true,
    "no-arg": true,
    "no-consecutive-blank-lines": [true],
    "no-debugger": true,
    "no-duplicate-variable": true,
    "no-trailing-whitespace": true,
    "no-var-keyword": true,
    "quotemark": [false],
    "typedef-whitespace": [true],
    "semicolon": [true]
  }
}
