mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 21:33:02 -05:00
fix: run prettier on all file to avoid prettier issue inside PR
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createTreeWithEmptyWorkspace } from '@nx/devkit/testing';
|
||||
import { Tree, readProjectConfiguration } from '@nx/devkit';
|
||||
import { createTreeWithEmptyWorkspace } from '@nx/devkit/testing';
|
||||
|
||||
import { customLibraryGenerator } from './generator';
|
||||
import { CustomLibraryGeneratorSchema } from './schema';
|
||||
|
||||
@@ -9,7 +9,7 @@ import { CustomLibraryGeneratorSchema } from './schema';
|
||||
|
||||
export async function customLibraryGenerator(
|
||||
tree: Tree,
|
||||
options: CustomLibraryGeneratorSchema
|
||||
options: CustomLibraryGeneratorSchema,
|
||||
) {
|
||||
const projectRoot = `libs/${options.name}`;
|
||||
addProjectConfiguration(tree, options.name, {
|
||||
|
||||
@@ -9,7 +9,7 @@ import { FeatureComponentGeneratorSchema } from './schema';
|
||||
|
||||
export async function featureComponentGenerator(
|
||||
tree: Tree,
|
||||
options: FeatureComponentGeneratorSchema
|
||||
options: FeatureComponentGeneratorSchema,
|
||||
) {
|
||||
const projectRoot = `libs/${options.name}`;
|
||||
addProjectConfiguration(tree, options.name, {
|
||||
|
||||
Reference in New Issue
Block a user