From 08015645c72a91a940e2368b40e7cceeef2500da Mon Sep 17 00:00:00 2001 From: Paul Isache Date: Thu, 26 Jan 2017 15:07:01 +0200 Subject: [PATCH] Add Steed typings --- tslint-common.json | 37 ------------------------------------- tslint.json | 14 +------------- 2 files changed, 1 insertion(+), 50 deletions(-) delete mode 100644 tslint-common.json diff --git a/tslint-common.json b/tslint-common.json deleted file mode 100644 index 94ad064cab..0000000000 --- a/tslint-common.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "extends": "tslint:latest", - "rulesDirectory": [ - "bin/tslint" - ], - "rules": { - // Custom rules - "dt-header": true, - "export-just-namespace": true, - "forbidden-types": true, - "no-dead-reference": true, - "no-parent-references": true, - "no-public": true, - "no-reference-import": true, - "no-single-declare-module": true, - "unified-signatures": true, - "void-return": true, - - "array-type": [true, "array-simple"], - "arrow-parens": false, - "callable-types": true, - "interface-name": [true, "never-prefix"], - "interface-over-type-literal": true, - "max-classes-per-file": false, - "member-access": false, - "member-ordering": false, - "no-bitwise": false, - "no-console": false, - "no-empty-interface": true, - "no-namespace": false, - "object-literal-sort-keys": false, - "one-variable-per-declaration": false, - "ordered-imports": false, - "switch-default": false, - "trailing-comma": false - } -} \ No newline at end of file diff --git a/tslint.json b/tslint.json index 7a4e7686db..6b04ae7f36 100644 --- a/tslint.json +++ b/tslint.json @@ -1,13 +1 @@ -{ - "extends": "./tslint-common.json", - "rules": { - "forin": false, - "indent": [true, "tabs"], - "max-line-length": [true, 150], - "no-var-requires": false, - "one-line": false, - // https://github.com/palantir/tslint/issues/2001 - "space-before-function-paren": [true, {"asyncArrow": "always"}], - "variable-name": false - } -} \ No newline at end of file +{ "extends": "./node_modules/types-publisher/tslint-definitions.json" } \ No newline at end of file