summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Chelouti <70812484+motato1@users.noreply.github.com>2021-01-23 00:43:33 +0100
committerMohammed Chelouti <70812484+motato1@users.noreply.github.com>2021-01-23 00:43:33 +0100
commitfe666a7a6c38a7026b1969e6be00eb5d380f8b13 (patch)
tree210a6f70829b8ed79f4209734cd4a605af919fea
parente16c3b09f74dfa6c096fb50c8cd09b1974e75fb0 (diff)
downloadale-fe666a7a6c38a7026b1969e6be00eb5d380f8b13.zip
doc: Fix linter issues
-rw-r--r--doc/ale-supported-languages-and-tools.txt2
-rw-r--r--doc/ale-typescript.txt16
-rw-r--r--doc/ale.txt1
-rw-r--r--supported-tools.md2
4 files changed, 11 insertions, 10 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index b47e1b2c..e1c65e15 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -497,8 +497,8 @@ Notes:
* Thrift
* `thrift`
* TypeScript
- * `eslint`
* `deno`
+ * `eslint`
* `fecs`
* `prettier`
* `standard`
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.
diff --git a/doc/ale.txt b/doc/ale.txt
index d73987a9..0261c03c 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2993,6 +2993,7 @@ documented in additional help files.
thrift..................................|ale-thrift-options|
thrift................................|ale-thrift-thrift|
typescript..............................|ale-typescript-options|
+ deno..................................|ale-typescript-deno|
eslint................................|ale-typescript-eslint|
prettier..............................|ale-typescript-prettier|
standard..............................|ale-typescript-standard|
diff --git a/supported-tools.md b/supported-tools.md
index 88ad70a4..78c2f6df 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -506,8 +506,8 @@ formatting.
* Thrift
* [thrift](http://thrift.apache.org/)
* TypeScript
- * [eslint](http://eslint.org/)
* [deno](https://deno.land/)
+ * [eslint](http://eslint.org/)
* [fecs](http://fecs.baidu.com/)
* [prettier](https://github.com/prettier/prettier)
* [standard](http://standardjs.com/)