Add Steed typings

This commit is contained in:
Paul Isache 2017-01-26 15:07:01 +02:00
parent 273f145312
commit 08015645c7
2 changed files with 1 additions and 50 deletions

View File

@ -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
}
}

View File

@ -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
}
}
{ "extends": "./node_modules/types-publisher/tslint-definitions.json" }