Tyler Becks

Results 8 issues of Tyler Becks

I verified this works by testing against a local codebase with failing and passing test cases.

enhancement

If there are 2 classes defined in a file, one with the @classic decorator and one without, this rule will throw even if the class without the classic decorator doesn't...

Bug

In Cobalt 2, git conflicts are not highlighted. See the screenshot below: ![Screen Shot 2020-11-10 at 10 03 15 AM](https://user-images.githubusercontent.com/16826230/98713256-363e6200-233c-11eb-94bf-fcdcc60f1aeb.png) In other themes, conflicts are highlighted and easily recognizable. See...

In conjunction with [require-tagless-components](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/require-tagless-components.md) from eslint, it would be helpful to have a rule to ban passing these as props to a component

New Rule

In Cobalt 2, git conflicts are not highlighted. See the screenshot below: ![Screen Shot 2020-11-10 at 10 03 15 AM](https://user-images.githubusercontent.com/16826230/98739770-d4432400-235e-11eb-99bc-bf153af0cc6b.png) In other themes, conflicts are highlighted and easily recognizable. See...

help wanted
good first issue

I recently bumped ember-template-lint from v4 to v5. I ran `yarn ember-template-lint tests/ --fix` and it formatted all embedded templates in our test files. Before the change, our code looked...

bug

I recently bumped ember-template-lint from v4 to v5. I ran yarn ember-template-lint tests/ --fix and it formatted all embedded templates in our test files. Before the change, our test code...

### Bug description I have null values, but I can't get the isNotNull filter to work. ### How to reproduce 1. `npx prisma studio` 2. Click Filters 3. Click Add...

kind/bug