This repository was archived by the owner on Feb 2, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 11--recursive
22--reporter dot
3- dist/test
Original file line number Diff line number Diff line change 11{
2- "$schema" : " http://json.schemastore.org/tslint" ,
3- "extends" : [
4- " ./tslint.json"
5- ],
6- // This configuration files enabled rules which require type checking
7- // and therefore cannot be run by Visual Studio Code TSLint extension
8- // See https://github.com/Microsoft/vscode-tslint/issues/70
9- "rules" : {
10- // These rules find errors related to TypeScript features.
11-
12-
13- // These rules catch common errors in JS programming or otherwise
14- // confusing constructs that are prone to producing bugs.
15-
16- "await-promise" : true ,
17- "no-floating-promises" : true ,
18- "no-void-expression" : [true , " ignore-arrow-function-shorthand" ]
19- }
2+ "$schema" : " http://json.schemastore.org/tslint" ,
3+ "extends" : [" ./tslint.json" ],
4+ // This configuration files enabled rules which require type checking
5+ // and therefore cannot be run by Visual Studio Code TSLint extension
6+ // See https://github.com/Microsoft/vscode-tslint/issues/70
7+ "rules" : {
8+ // These rules find errors related to TypeScript features.
9+
10+ // These rules catch common errors in JS programming or otherwise
11+ // confusing constructs that are prone to producing bugs.
12+
13+ "await-promise" : true ,
14+ "no-floating-promises" : true ,
15+ "no-void-expression" : [true , " ignore-arrow-function-shorthand" ]
2016 }
21-
17+ }
You can’t perform that action at this time.
0 commit comments