{
  "linters": {
    "chmod": {
      "type": "chmod"
    },
    "js-lint": {
      "type": "tslint",
      "include": "(src/.*\\.(ts)$)",
      "tslint.project": "tsconfig.json"
    },
    "js-build": {
      "type": "tsc",
      "include": "(src/.*\\.(ts)$)"
    },
    "prose": {
      "type": "prose",
      "include": "(\\.(md)$)",
      "exclude": [
        "(^CHANGELOG.md)"
      ],
      "severity": {
        "consistency.spacing": "disabled",
        "typography.symbols.curly_quotes": "disabled",
        "typography.symbols.ellipsis": "disabled",
        "leonard.exclamation.30ppm": "disabled",
        "misc.annotations": "warning"
      }
    },
    "spelling": {
      "type": "spelling",
      "include": "(\\.(md)$)"
    }
  }
}
