Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added a comment in README about flat eslint config

Signed-off-by: Alex Pshul <[email protected]>
  • Loading branch information
AlexPshul authored Oct 8, 2024
1 parent 46371d6 commit df22adf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/func/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ nx start my-new-app

1. If after creation the build is failing, try updating `@types/node` and/or `typescript` versions.
2. To be able to publish a function to your Azure account, an [az login](https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli) is required first.
3. If you are using the [flat eslint config](https://nx.dev/recipes/tips-n-tricks/flat-config), you might want to add the following to the end of your base config export:
```js
{
ignores: ['apps/**/dist', 'apps/**/_registerPaths.ts'],
}
```

<br/>

Expand Down

0 comments on commit df22adf

Please sign in to comment.