Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: added missing " to the readme (#1053)
  • Loading branch information
aligneddev committed Jun 23, 2022
1 parent 9e8c340 commit c52a1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/configs/README.md
Expand Up @@ -49,7 +49,7 @@ If you disagree with a rule (or it disagrees with your codebase), consider using
"extends": ["plugin:@angular-eslint/recommended"],
"rules": {
// our project thinks using renaming inputs is ok
"@angular-eslint/no-input-rename": "off
"@angular-eslint/no-input-rename": "off"
}
}
```
Expand Down

0 comments on commit c52a1d9

Please sign in to comment.