{
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "$id": "Preset",
  "title": "",
  "type": "object",
  "properties": {
    "lints": {
      "type": "boolean",
      "default": true
    }
  },
  "required": ["lints"]
}
