-
To mitigate tab-napping attacks and avoid performance issues, the linter recommends to add `rel="noopener"` attribute to any anchor tags having `target="_blank"` attribute.
https://github.com/ember…
-
our template linting library now actively warns against the usage of `{{did-insert}}`, `{{did-update}}`, `{{will-destroy}}` library, see the linting rules ref entry for the motivation behind this ht…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
https://github.com/AlexRogalskiy/javascript-patterns/blob/ffc0a968889e82c7773a34e94d29a929b3853baf/README.md#L260-L263
---
###### This issue was generated by [todo](https://todo.jasonet.co) based on…
-
The path to making [RFC emberjs/ember.js#779: First-Class Component Templates][fccts] *stable* and *recommended* for end users.
[fccts]: https://emberjs.github.io/rfcs/0779-first-class-component-te…
-
There are a great number of `es-lint` rules that fail when running `npx es-lint --fix .`. Furthermore, running this command results in man broken tests in `pass-ui`.
For this reason, we should …
-
I have a V2 addon that uses `ember-simple-auth`. When I try to use the addon in an Embroider app, it fails to start with the following error:
```
webpack 5.94.0 compiled with 1 error in 2406 ms
B…
-
https://github.com/rwjblue/ember-template-lint
-
Clean up deprecations:
- [`outputPaths` build option](https://deprecations.emberjs.com/id/ember-cli-output-paths-build-option) - https://github.com/ember-cli/ember-cli/pull/10534
- [Travis CI suppor…
-
Hi, we have an Ember app written in TypeScript. We use the import-x plugin and the new eslint flat file config and everything has been working fine. We have updated our app to use the [Ember Template…