@@ -3408,9 +3408,10 @@ The following checkers are available for JavaScript (filetype "javascript"):
34083408 7. JSHint...................| syntastic-javascript-jshint |
34093409 8. JSLint...................| syntastic-javascript-jslint |
34103410 9. JSXHint..................| syntastic-javascript-jsxhint |
3411- 10. mixedindentlint.........| syntastic-javascript-mixedindentlint |
3412- 11. standard................| syntastic-javascript-standard |
3413- 12. tern-lint...............| syntastic-javascript-tern_lint |
3411+ 10. Lynt....................| syntastic-javascript-lynt |
3412+ 11. mixedindentlint.........| syntastic-javascript-mixedindentlint |
3413+ 12. standard................| syntastic-javascript-standard |
3414+ 13. tern-lint...............| syntastic-javascript-tern_lint |
34143415
34153416------------------------------------------------------------------------------
341634171. Closure Compiler *syntastic-javascript-closurecompiler*
@@ -3640,7 +3641,7 @@ syntastic to call "JSLint" with no options.
36403641------------------------------------------------------------------------------
364136429. JSXHint *syntastic-javascript-jsxhint*
36423643
3643- Name: JSXHint
3644+ Name: jsxhint
36443645Maintainer: Thomas Boyt <me@thomasboyt.com>
36453646
36463647"JSXHint" is a wrapper around JSHint (http://jshint.com/ ) for
@@ -3706,7 +3707,29 @@ To get around this, "Syntastic-React" can be used as a replacement for
37063707 https://github.com/jaxbot/syntastic-react
37073708
37083709------------------------------------------------------------------------------
3709- 10. mixedindentlint *syntastic-javascript-mixedindentlint*
3710+ 10. Lynt *syntastic-javascript-lynt*
3711+
3712+ Name: lynt
3713+ Maintainer: LCD 47 <lcd047@gmail.com>
3714+
3715+ "Lynt" is a JavaScript linter with support for TypeScript, Flow, and React.
3716+ See the project's page for more information:
3717+
3718+ https://github.com/saadq/lynt
3719+
3720+ Checker options~
3721+
3722+ This checker is initialised using the "makeprgBuild()" function and thus it
3723+ accepts the standard options described at | syntastic-config-makeprg | .
3724+
3725+ Note~
3726+
3727+ Automatically fixing errors (option "--fix") is not supported.
3728+
3729+ See also: | syntastic-typescript-lynt | .
3730+
3731+ ------------------------------------------------------------------------------
3732+ 11. mixedindentlint *syntastic-javascript-mixedindentlint*
37103733
37113734Name: mixedindentlint
37123735Maintainer: Payton Swick <payton@foolord.com>
@@ -3724,7 +3747,7 @@ accepts the standard options described at |syntastic-config-makeprg|.
37243747See also: | syntastic-css-mixedindentlint | , | syntastic-scss-mixedindentlint | .
37253748
37263749------------------------------------------------------------------------------
3727- 11 . standard *syntastic-javascript-standard*
3750+ 12 . standard *syntastic-javascript-standard*
37283751
37293752Name: standard
37303753Maintainer: LCD 47 <lcd047@gmail.com>
@@ -3758,7 +3781,7 @@ example to use happiness (https://github.com/JedWatson/happiness) instead of
37583781 let g:syntastic_javascript_standard_generic = 1
37593782<
37603783------------------------------------------------------------------------------
3761- 12 . tern-lint *syntastic-javascript-tern_lint*
3784+ 13 . tern-lint *syntastic-javascript-tern_lint*
37623785
37633786Name: tern_lint
37643787Maintainer: LCD 47 <lcd047@gmail.com>
@@ -6913,7 +6936,8 @@ SYNTAX CHECKERS FOR TYPESCRIPT *syntastic-checkers-typescript*
69136936The following checkers are available for TypeScript (filetype "typescript"):
69146937
69156938 1. ESLint...................| syntastic-typescript-eslint |
6916- 2. TSLint...................| syntastic-typescript-tslint |
6939+ 2. Lynt.....................| syntastic-typescript-lynt |
6940+ 3. TSLint...................| syntastic-typescript-tslint |
69176941
69186942------------------------------------------------------------------------------
691969431. ESLint *syntastic-typescript-eslint*
@@ -6944,7 +6968,29 @@ See also: |syntastic-html-eslint|, |syntastic-javascript-eslint|,
69446968| syntastic-vue-eslint | .
69456969
69466970------------------------------------------------------------------------------
6947- 2. TSLint *syntastic-typescript-tslint*
6971+ 2. Lynt *syntastic-typescript-lynt*
6972+
6973+ Name: lynt
6974+ Maintainer: LCD 47 <lcd047@gmail.com>
6975+
6976+ "Lynt" is a JavaScript linter with support for TypeScript, Flow, and React.
6977+ See the project's page for more information:
6978+
6979+ https://github.com/saadq/lynt
6980+
6981+ Checker options~
6982+
6983+ This checker is initialised using the "makeprgBuild()" function and thus it
6984+ accepts the standard options described at | syntastic-config-makeprg | .
6985+
6986+ Note~
6987+
6988+ Automatically fixing errors (option "--fix") is not supported.
6989+
6990+ See also: | syntastic-javascript-lynt | .
6991+
6992+ ------------------------------------------------------------------------------
6993+ 3. TSLint *syntastic-typescript-tslint*
69486994
69496995Name: tslint
69506996Maintainer: Seon-Wook Park <seon.wook@swook.net>
0 commit comments