mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
* 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
7 lines
202 B
VimL
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')
|