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.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt
index 56735b55..a2446c2c 100644
--- a/doc/ale-typescript.txt
+++ b/doc/ale-typescript.txt
@@ -3,14 +3,6 @@ ALE TypeScript Integration *ale-typescript-options*
===============================================================================
-eslint *ale-typescript-eslint*
-
-Because of how TypeScript compiles code to JavaScript and how interrelated
-the two languages are, the `eslint` linter for TypeScript uses the JavaScript
-options for `eslint` too. See: |ale-javascript-eslint|.
-
-
-===============================================================================
deno *ale-typescript-deno*
Starting from version 1.6.0, Deno comes with its own language server. Earlier
@@ -44,6 +36,14 @@ g:ale_deno_unstable *g:ale_deno_unstable*
===============================================================================
+eslint *ale-typescript-eslint*
+
+Because of how TypeScript compiles code to JavaScript and how interrelated
+the two languages are, the `eslint` linter for TypeScript uses the JavaScript
+options for `eslint` too. See: |ale-javascript-eslint|.
+
+
+===============================================================================
prettier *ale-typescript-prettier*
See |ale-javascript-prettier| for information about the available options.