diff options
author | vindex10 <vindex10@gmail.com> | 2023-02-02 06:13:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 14:13:52 +0900 |
commit | 98f466f9ce851edeb99fa14a75fca1f266f62d52 (patch) | |
tree | 87e0f11e3a70ddd3bff53651fa4c6dd83f7e8989 /doc | |
parent | 599f7b1eda20d48cf0a68c543b9e8d31266010eb (diff) | |
download | ale-98f466f9ce851edeb99fa14a75fca1f266f62d52.zip |
add eslint plugin html for linting js in html files (#4428)
* add eslint plugin html for linting js in html files
* fix linting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 71b9c12d..fea2fd85 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -255,6 +255,7 @@ Notes: * `alex` * `angular` * `cspell` + * `eslint` * `fecs` * `html-beautify` * `htmlhint` |