Skip to content

Commit

Permalink
Remove Angular 12 automigration
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed May 19, 2023
1 parent 435aa19 commit 2547f92
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 191 deletions.
130 changes: 0 additions & 130 deletions code/lib/cli/src/automigrate/fixes/angular12.test.ts

This file was deleted.

59 changes: 0 additions & 59 deletions code/lib/cli/src/automigrate/fixes/angular12.ts

This file was deleted.

2 changes: 0 additions & 2 deletions code/lib/cli/src/automigrate/fixes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Fix } from '../types';

import { cra5 } from './cra5';
import { webpack5 } from './webpack5';
import { angular12 } from './angular12';
import { vue3 } from './vue3';
import { mdxgfm } from './mdx-gfm';
import { eslintPlugin } from './eslint-plugin';
Expand All @@ -26,7 +25,6 @@ export const allFixes: Fix[] = [
nodeJsRequirement,
cra5,
webpack5,
angular12,
vue3,
eslintPlugin,
builderVite,
Expand Down

0 comments on commit 2547f92

Please sign in to comment.