{
  "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "applyPrettier": {
      "description": "Run prettier on generated template",
      "factory": "./applyPrettier/index#applyPrettierUtility"
    }
  }
}
