Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
fix(ionic-angular): drop eslint config update
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Sep 23, 2024
1 parent 788cbd7 commit 1cd7776
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { addCapacitor } from './lib/add-capacitor';
import { addDependencies } from './lib/add-dependencies';
import { addFiles, removeFiles } from './lib/files';
import { normalizeOptions } from './lib/normalize-options';
import { updateEslintConfig } from './lib/update-eslint-config';
import { updateWorkspace } from './lib/update-workspace';
import { ApplicationGeneratorSchema } from './schema';

Expand All @@ -24,7 +23,6 @@ export async function applicationGenerator(
addFiles(host, options);
removeFiles(host, options);
updateWorkspace(host, options);
updateEslintConfig(host, options);

const capacitorTask = await addCapacitor(host, options);

Expand Down

This file was deleted.

0 comments on commit 1cd7776

Please sign in to comment.