Files
ale/ale_linters/handlebars/embertemplatelint.vim
Sam 5e8904cd3d Add support for gjs template linting using embertemplate lint (#4653)
* 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
2024-02-23 13:30:12 +09:00

7 lines
202 B
VimL

" Author: Adrian Zalewski <aazalewski@hotmail.com>
" Description: Ember-template-lint for checking Handlebars files
scriptencoding utf-8
call ale#handlers#embertemplatelint#DefineLinter('handlebars')