Skip to content

Commit 56edf11

Browse files
author
gokulprasanth-ni
committed
address lvl2 pr comments
Signed-off-by: gokulprasanth-ni <[email protected]>
1 parent df5b22c commit 56edf11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default [
105105
106106
ESLint support for Angular is provided by [`angular-eslint`](https://github.com/angular-eslint/angular-eslint#readme).
107107
108-
1. **For single and multi-project workspaces**, [add the angular-eslint](https://github.com/angular-eslint/angular-eslint#quick-start). Remove the `angular-eslint` and `eslint` dependencies from `package.json`.
108+
1. **For single and multi-project workspaces**, [add angular-eslint](https://github.com/angular-eslint/angular-eslint#quick-start). Remove the `angular-eslint` and `eslint` dependencies from `package.json`.
109109
```bash
110110
ng add angular-eslint
111111
```
@@ -284,6 +284,7 @@ To disable a rule for a specific file pattern or directory, update the rules sec
284284
export default [
285285
// ...other configs
286286
{
287+
// This rule is disabled as an example
287288
files: ['*.stories.ts'],
288289
rules: {
289290
'import/no-default-export': 'off'

0 commit comments

Comments
 (0)