summaryrefslogtreecommitdiff
path: root/doc/ale-typescript.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-typescript.txt')
-rw-r--r--doc/ale-typescript.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt
index 8984e183..eefcfed1 100644
--- a/doc/ale-typescript.txt
+++ b/doc/ale-typescript.txt
@@ -3,6 +3,12 @@ ALE TypeScript Integration *ale-typescript-options*
===============================================================================
+cspell *ale-typescript-cspell*
+
+See |ale-cspell-options|
+
+
+===============================================================================
deno *ale-typescript-deno*
Starting from version 1.6.0, Deno comes with its own language server. Earlier
@@ -27,6 +33,7 @@ g:ale_deno_lsp_project_root *g:ale_deno_lsp_project_root*
3. Use the directory of the current buffer (if the buffer was opened from
a file).
+
g:ale_deno_unstable *g:ale_deno_unstable*
*b:ale_deno_unstable*
Type: |Number|
@@ -34,13 +41,15 @@ g:ale_deno_unstable *g:ale_deno_unstable*
Enable or disable unstable Deno features and APIs.
-g:ale_deno_importMap *g:ale_deno_importMap*
- *b:ale_deno_importMap*
+
+g:ale_deno_importMap *g:ale_deno_importMap*
+ *b:ale_deno_importMap*
Type: |String|
Default: `'import_map.json'`
Specify the import map filename to load url maps in a deno project.
+
===============================================================================
eslint *ale-typescript-eslint*