diff --git a/aio/package.json b/aio/package.json index 71afbe0df1..2a309583b3 100644 --- a/aio/package.json +++ b/aio/package.json @@ -163,7 +163,6 @@ "unist-util-source": "^1.0.1", "unist-util-visit": "^1.1.1", "unist-util-visit-parents": "^1.1.1", - "vrsource-tslint-rules": "^5.8.2", "watchr": "^3.0.1", "xregexp": "^4.0.0", "yargs": "^7.0.2" diff --git a/aio/tslint.json b/aio/tslint.json index 8d9c3b52a1..49e9059792 100644 --- a/aio/tslint.json +++ b/aio/tslint.json @@ -6,6 +6,11 @@ "rules": { "array-type": false, "arrow-parens": false, + "ban": [ + true, + {"name": "fdescribe", "message": "Don't keep jasmine focus methods."}, + {"name": "fit", "message": "Don't keep jasmine focus methods."} + ], "component-class-suffix": true, "component-selector": [ true, @@ -64,7 +69,6 @@ ], "no-input-rename": true, "no-inputs-metadata-property": true, - "no-jasmine-focus": true, "no-output-native": true, "no-output-on-prefix": true, "no-output-rename": true, diff --git a/aio/yarn.lock b/aio/yarn.lock index 6b82d9f835..28e01751e1 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -10726,11 +10726,6 @@ void-elements@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec" -vrsource-tslint-rules@^5.8.2: - version "5.8.3" - resolved "https://registry.yarnpkg.com/vrsource-tslint-rules/-/vrsource-tslint-rules-5.8.3.tgz#b050f25e5967547a3c5e12539b4530d4d3f0d0e0" - integrity sha512-3tYS1zn+d9QtgmQIYmQ9e1i0kipmUjp6cvvYWLC+lZ3z8CQUle7rPKsTFMexOTIVXDpBt9JSJlhDWbwljl3DMQ== - walkdir@^0.0.11: version "0.0.11" resolved "https://registry.yarnpkg.com/walkdir/-/walkdir-0.0.11.tgz#a16d025eb931bd03b52f308caed0f40fcebe9532"