{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "prettier": {
      "description": "AddsPrettier to the application.",
      "factory": "./prettier/index",
      "schema": "./prettier/schema.json"
    },
    "add": {
      "description": "AddsPrettier to the application.",
      "factory": "./prettier/index",
      "schema": "./prettier/schema.json"
    },
    "ng-add": {
      "description": "AddsPrettier to the application.",
      "factory": "./prettier/index",
      "schema": "./prettier/schema.json"
    }
  }
}
