Skip to content

Commit b97ee5c

Browse files
committed
Update README
1 parent b95cadc commit b97ee5c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,8 @@ rules in templates can be disabled with eslint directives with mustache or html
278278
| [no-string-prototype-extensions](docs/rules/no-string-prototype-extensions.md) | disallow usage of `String` prototype extensions || | |
279279
| [template-no-action](docs/rules/template-no-action.md) | disallow {{action}} helper | | | |
280280
| [template-no-attrs-in-components](docs/rules/template-no-attrs-in-components.md) | disallow attrs in component templates | | | |
281-
<<<<<<< HEAD
282-
| [template-no-link-to-tagname](docs/rules/template-no-link-to-tagname.md) | disallow tagName attribute on LinkTo component | | | |
283-
||||||| parent of ca1530ad (Extract rule: template-no-link-to-positional-params)
284-
=======
285281
| [template-no-link-to-positional-params](docs/rules/template-no-link-to-positional-params.md) | disallow positional params in LinkTo component | | | |
286-
287-
>>>>>>> ca1530ad (Extract rule: template-no-link-to-positional-params)
282+
| [template-no-link-to-tagname](docs/rules/template-no-link-to-tagname.md) | disallow tagName attribute on LinkTo component | | | |
288283

289284
### Ember Data
290285

0 commit comments

Comments
 (0)