diff --git a/examples/dependent-project/tslint.json b/examples/dependent-project/tslint.json index 1669edc18e..ab85f99b13 100644 --- a/examples/dependent-project/tslint.json +++ b/examples/dependent-project/tslint.json @@ -19,12 +19,10 @@ "spaces" ], "jsdoc-format": true, - "no-duplicate-key": true, "no-duplicate-variable": true, "no-eval": true, "no-internal-module": true, "no-trailing-whitespace": true, - "no-unused-variable": true, "no-var-keyword": false, "one-line": [ true, @@ -68,7 +66,6 @@ "check-type" ], "no-conditional-assignment": true, - "no-duplicate-key": true, "no-duplicate-case": true, "no-empty-character-class": true, "no-extra-boolean-cast": true, @@ -79,11 +76,11 @@ "no-invalid-regexp": true, "no-irregular-whitespace": true, "no-unexpected-multiline": true, - "no-unreachable": true, "use-isnan": true, "valid-typeof": true, "curly": true, "radix": true, - "no-shadowed-variable": true + "no-shadowed-variable": true, + "no-extra-semi": true } } diff --git a/tslint.json b/tslint.json index ee43d03799..ab85f99b13 100644 --- a/tslint.json +++ b/tslint.json @@ -80,6 +80,7 @@ "valid-typeof": true, "curly": true, "radix": true, - "no-shadowed-variable": true + "no-shadowed-variable": true, + "no-extra-semi": true } }