From 8ea9044667c184d7b2ee408480482a134d836ce3 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Fri, 21 Jul 2017 15:54:28 -0400 Subject: [PATCH] Add myself to authors for tslint.vim --- ale_linters/typescript/tslint.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ale_linters/typescript/tslint.vim b/ale_linters/typescript/tslint.vim index a637697..ab3c1f4 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 , Jonathan Clem " Description: tslint for TypeScript files call ale#Set('typescript_tslint_executable', 'tslint')