TypeScript/scripts/tslint
Andy ceae613e4c Add lint rule to check that Debug.assert calls do not eagerly interpolate strings (#17125)
* And lint rule to check that `Debug.assert` calls do not eagerly interpolate strings

* Use more specific 'assert' functions to avoid callbacks

* Respond to PR feedback
2017-08-08 07:56:14 -07:00
..
booleanTriviaRule.ts Add lint rule to check that Debug.assert calls do not eagerly interpolate strings (#17125) 2017-08-08 07:56:14 -07:00
debugAssertRule.ts Add lint rule to check that Debug.assert calls do not eagerly interpolate strings (#17125) 2017-08-08 07:56:14 -07:00
nextLineRule.ts importFixes: Support missing "React" at a JSXOpeningElement (#16066) 2017-06-05 14:23:39 -07:00
noBomRule.ts Update tslint to latest (next is still on 4.3) and lint for BOM 2017-03-01 10:37:13 -08:00
noIncrementDecrementRule.ts Update tslint to latest (next is still on 4.3) and lint for BOM 2017-03-01 10:37:13 -08:00
noInOperatorRule.ts Update tslint to latest (next is still on 4.3) and lint for BOM 2017-03-01 10:37:13 -08:00
noTypeAssertionWhitespaceRule.ts Update tslint to latest (next is still on 4.3) and lint for BOM 2017-03-01 10:37:13 -08:00
objectLiteralSurroundingSpaceRule.ts Update tslint to latest (next is still on 4.3) and lint for BOM 2017-03-01 10:37:13 -08:00
tsconfig.json Update tslint to latest (next is still on 4.3) and lint for BOM 2017-03-01 10:37:13 -08:00
typeOperatorSpacingRule.ts Fix linter (#17312) 2017-07-19 17:06:31 -07:00