doc: Fix linter issues
This commit is contained in:
parent
e16c3b09f7
commit
fe666a7a6c
4 changed files with 11 additions and 10 deletions
|
@ -497,8 +497,8 @@ Notes:
|
||||||
* Thrift
|
* Thrift
|
||||||
* `thrift`
|
* `thrift`
|
||||||
* TypeScript
|
* TypeScript
|
||||||
* `eslint`
|
|
||||||
* `deno`
|
* `deno`
|
||||||
|
* `eslint`
|
||||||
* `fecs`
|
* `fecs`
|
||||||
* `prettier`
|
* `prettier`
|
||||||
* `standard`
|
* `standard`
|
||||||
|
|
|
@ -2,14 +2,6 @@
|
||||||
ALE TypeScript Integration *ale-typescript-options*
|
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*
|
deno *ale-typescript-deno*
|
||||||
|
|
||||||
|
@ -43,6 +35,14 @@ g:ale_deno_unstable *g:ale_deno_unstable*
|
||||||
Enable or disable unstable Deno features and APIs.
|
Enable or disable unstable Deno features and APIs.
|
||||||
|
|
||||||
|
|
||||||
|
===============================================================================
|
||||||
|
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*
|
prettier *ale-typescript-prettier*
|
||||||
|
|
||||||
|
|
|
@ -2993,6 +2993,7 @@ documented in additional help files.
|
||||||
thrift..................................|ale-thrift-options|
|
thrift..................................|ale-thrift-options|
|
||||||
thrift................................|ale-thrift-thrift|
|
thrift................................|ale-thrift-thrift|
|
||||||
typescript..............................|ale-typescript-options|
|
typescript..............................|ale-typescript-options|
|
||||||
|
deno..................................|ale-typescript-deno|
|
||||||
eslint................................|ale-typescript-eslint|
|
eslint................................|ale-typescript-eslint|
|
||||||
prettier..............................|ale-typescript-prettier|
|
prettier..............................|ale-typescript-prettier|
|
||||||
standard..............................|ale-typescript-standard|
|
standard..............................|ale-typescript-standard|
|
||||||
|
|
|
@ -506,8 +506,8 @@ formatting.
|
||||||
* Thrift
|
* Thrift
|
||||||
* [thrift](http://thrift.apache.org/)
|
* [thrift](http://thrift.apache.org/)
|
||||||
* TypeScript
|
* TypeScript
|
||||||
* [eslint](http://eslint.org/)
|
|
||||||
* [deno](https://deno.land/)
|
* [deno](https://deno.land/)
|
||||||
|
* [eslint](http://eslint.org/)
|
||||||
* [fecs](http://fecs.baidu.com/)
|
* [fecs](http://fecs.baidu.com/)
|
||||||
* [prettier](https://github.com/prettier/prettier)
|
* [prettier](https://github.com/prettier/prettier)
|
||||||
* [standard](http://standardjs.com/)
|
* [standard](http://standardjs.com/)
|
||||||
|
|
Reference in a new issue