Skip to content

Commit 3bf7dbc

Browse files
committed
#327 Update README.md -> Defaults section to use angular instead of angular/angular
1 parent 8a6dee8 commit 3bf7dbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Users may use the shareable [eslint-config-angular](https://github.com/dustinspe
9696
```json
9797
{
9898
"plugins": [
99-
"angular/angular"
99+
"angular"
100100
],
101101
"rules": {
102102
"angular/angularelement": 0,

scripts/templates/defaultsRuleSectionContent.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```json
44
{
55
"plugins": [
6-
"angular/angular"
6+
"angular"
77
],
88
"rules": {<% _.each(rules, function (rule, index, rules) { %>
99
"angular/<%= rule.ruleName %>": <%= rule.defaults %><%

0 commit comments

Comments
 (0)