diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index 8b6f0197..4541ddf2 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -6183,7 +6183,7 @@ Maintainer: LCD 47 "ESLint" is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. With the "babel-eslint" plugin -(https://github.com/babel/babel-eslint) "ESLint" can also can also be +(https://github.com/babel/babel-eslint) "ESLint" can also be used to check TypeScript files. See the project's page for details: https://github.com/nzakas/eslint diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 46f58d55..138a653b 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:_SYNTASTIC_START endif -let g:_SYNTASTIC_VERSION = '3.7.0-207' +let g:_SYNTASTIC_VERSION = '3.7.0-208' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1