Skip to content
This repository was archived by the owner on Feb 2, 2018. It is now read-only.

Commit 1499538

Browse files
committed
Revert merge changes
1 parent 5661a28 commit 1499538

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

test/mocha.opts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
--recursive
22
--reporter dot
3-
dist/test

tslint.full.json

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
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+
}

0 commit comments

Comments
 (0)