diff options
author | Jonathan Clem <jonathan@jclem.net> | 2017-07-21 15:54:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 15:54:28 -0400 |
commit | 8ea9044667c184d7b2ee408480482a134d836ce3 (patch) | |
tree | 1057ac9774ace582791cf58a9e7aba5bcb5c5ff9 /ale_linters/typescript | |
parent | cddb26558f1c8553a07f855bffdc7cbdc1230f7f (diff) | |
download | ale-8ea9044667c184d7b2ee408480482a134d836ce3.zip |
Add myself to authors for tslint.vim
Diffstat (limited to 'ale_linters/typescript')
-rw-r--r-- | ale_linters/typescript/tslint.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/typescript/tslint.vim b/ale_linters/typescript/tslint.vim index a6376974..ab3c1f40 100644 --- a/ale_linters/typescript/tslint.vim +++ b/ale_linters/typescript/tslint.vim @@ -1,4 +1,4 @@ -" Author: Prashanth Chandra https://github.com/prashcr +" Author: Prashanth Chandra <https://github.com/prashcr>, Jonathan Clem <https://jclem.net> " Description: tslint for TypeScript files call ale#Set('typescript_tslint_executable', 'tslint') |