diff --git a/ts/styles/sample/index.ts b/ts/styles/sample/index.ts index 4eae15443e..2c8a037f9a 100644 --- a/ts/styles/sample/index.ts +++ b/ts/styles/sample/index.ts @@ -1,3 +1,4 @@ +/* tslint:disable */ function createLsdException(name, uiPriority, qFormat?, semiHidden?, unhideWhenUsed?) { 'use strict'; diff --git a/ts/tslint.json b/ts/tslint.json index b16499406f..c7a864e273 100644 --- a/ts/tslint.json +++ b/ts/tslint.json @@ -1,35 +1,35 @@ { - "extends": "tslint:latest", - "rules": { - "curly": true, - "one-variable-per-declaration": [ - true - ], - "no-any": true, - "no-consecutive-blank-lines": [ - true - ], - "no-require-imports": true, - "member-access": [ - true - ], - "indent": [ - true, - "spaces" - ], - "object-literal-sort-keys": false, - "object-literal-shorthand": false, - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration" - ], - "max-line-length": [ - false - ], - "max-classes-per-file": [ - false - ] - } + "extends": "tslint:latest", + "rules": { + "curly": true, + "one-variable-per-declaration": [ + true + ], + "no-any": true, + "no-consecutive-blank-lines": [ + true + ], + "no-require-imports": true, + "member-access": [ + true + ], + "indent": [ + true, + "spaces" + ], + "object-literal-sort-keys": false, + "object-literal-shorthand": false, + "typedef": [ + true, + "call-signature", + "parameter", + "property-declaration" + ], + "max-line-length": [ + false + ], + "max-classes-per-file": [ + false + ] + } } \ No newline at end of file