Browse Source

removed the directive to disable tslint from the top of the generated d.ts files. The d.ts files are not currently being linted, but if they were, nothing would get caught with this directive in place.

Shaddock Heath 10 years ago
parent
commit
7619af0872
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Source/ToolCore/JSBind/JSBTypeScript.cpp

+ 1 - 2
Source/ToolCore/JSBind/JSBTypeScript.cpp

@@ -75,8 +75,7 @@ String JSBTypeScript::GetScriptType(JSBFunctionType* ftype)
 
 
 void JSBTypeScript::Begin()
 void JSBTypeScript::Begin()
 {
 {
-    source_ += "//Atomic TypeScript Definitions\n";
-    source_ += "/* tslint:disable */\n\n\n";
+    source_ += "//Atomic TypeScript Definitions\n\n\n";
 
 
 
 
     if (package_->GetName() != "Atomic")
     if (package_->GetName() != "Atomic")