-
With ember-cli-htmlbars 6.3.0 and latest version 4.0.22 of `@types/ember__component`, for this type of code...
```
import { hbs } from 'ember-cli-htmlbars';
import { setComponentTemplate } from '…
-
```
"babel-plugin-transform-vite-meta-glob": "^1.1.2",
```
### Relevant code or config:
```js
const definedScenarios = import.meta.glob('./scenarios/*', {
eager: true,
});
```
out…
-
## Information
**VIM version**
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Nov 28 2017 06:16:39)
macOS version
Operating System: MacOS 10.13.2
## What went wrong
ember-template-lint d…
-
```json
"@ember/test-helpers": "3.2.0",
"@embroider/addon-shim": "1.8.6",
"@embroider/compat": "2.0.2",
"@embroider/core": "2.0.2",
"@embroider/macros": "1.13.2",
"@embroider…
-
After starting ember serve today, I recieved several of the following messages. This happened as I was working through your example.
DEPRECATION: Using the '{{#each item in model}}' form of the {{#ea…
-
Discovered here: https://github.com/ember-template-lint/ember-template-lint/pull/2217/files#diff-76702e4b90bfbc9007020481f25794ee529c7c81ee1103f6ead7f0509c077e39
Commented out test cases in `next` …
bmish updated
2 years ago
-
glint requires some additional hints to correctly handle discriminated unions when using `ember-truth-helpers`.
See:
- https://github.com/typed-ember/glint/pull/510
- https://github.com/typed-e…
-
It seems that ember's builtin `LinkTo` should not be mutated anymore.
Please see:
https://github.com/ember-template-lint/ember-template-lint/issues/1820#issuecomment-791963816
https://github.com/em…
-
As of Ember 1.10, Ember now uses HTMLBars, so the way it compile templates is different. (http://emberjs.com/blog/2015/02/05/compiling-templates-in-1-10-0.html)
I'm getting the error:
```
Error: Can…
-
In the Ember.js RFC meeting today we discussed the state of linting in ember.js projects, specifically eslint-plugin-ember and ember-template-lint. We feel that changes to the set of recommended rules…