summaryrefslogtreecommitdiff
path: root/test/handler/test_embertemplatelint_handler.vader
AgeCommit message (Collapse)Author
2024-02-23Add 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-19Fix #1240 - Parse line and column numbers for fatal embertemplatelint errorsw0rp
2017-11-15Clean up tests to stop people copy and pasting the wrong examplesw0rp
2017-07-27#810 - Handle output which is not JSON in many lintersw0rp
2017-05-28Ember-template-lint handler: properly handle template parsing errors.Adrian Zalewski
2017-04-07Add 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.