Skip to content

Commit

Permalink
Removing --lint-fix parameter (#3079)
Browse files Browse the repository at this point in the history
The --lint-fix parameter can't be used anymore for generating angular component.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
plachy-jozef and kodiakhq[bot] authored Aug 25, 2022
1 parent 5745f1d commit c5938dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/developing/angular-tutorial/step-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ separate data fetching from the presentation components, go ahead and create a
`repo-table` component as a sibling to `repo-page`.

```bash
ng g component repositories/repo-table --lint-fix
ng g component repositories/repo-table
```

##### Folder structure
Expand Down

1 comment on commit c5938dc

@vercel
Copy link

@vercel vercel bot commented on c5938dc Aug 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.