Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-23 | Add support for gjs template linting using embertemplate lint (#4653) | Sam | |
* super hacky way to get ember template lint to work on gjs files * Clean up code so we use a handler which means we reuse all the config also moves handler to the glimmer directory so it only fires for gjs files * fix tests | |||
2017-12-19 | Fix #1240 - Parse line and column numbers for fatal embertemplatelint errors | w0rp | |
2017-11-15 | Clean up tests to stop people copy and pasting the wrong examples | w0rp | |
2017-07-27 | #810 - Handle output which is not JSON in many linters | w0rp | |
2017-05-28 | Ember-template-lint handler: properly handle template parsing errors. | Adrian Zalewski | |
2017-04-07 | Add support for linting Handlebars templates with ember-template-lint (#452) | Adrian | |
* Ember-template-lint Handlebars template linter: initial handler, test. * Handlebars support with ember-template-lint: basic documentation entries. |