{
  "$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "update-2-0-0": {
      "version": "1.9.0",
      "description": "Updates @angular-eslint to v2",
      "factory": "./migrations/update-2-0-0/update-2-0-0"
    },
    "update-3-0-0": {
      "version": "2.9.0",
      "description": "Updates @angular-eslint to v3",
      "factory": "./migrations/update-3-0-0/update-3-0-0"
    },
    "update-4-0-0": {
      "version": "3.9.0",
      "description": "Updates @angular-eslint to v4",
      "factory": "./migrations/update-4-0-0/update-4-0-0"
    },
    "update-12-0-0": {
      "version": "4.9.0",
      "description": "Updates @angular-eslint to v12",
      "factory": "./migrations/update-12-0-0/update-12-0-0"
    },
    "update-13-0-0": {
      "version": "13.0.0-alpha.0",
      "description": "Updates @angular-eslint to v13",
      "factory": "./migrations/update-13-0-0/update-13-0-0"
    }
  }
}
