mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add Steed typings
This commit is contained in:
parent
273f145312
commit
08015645c7
@ -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
|
||||
}
|
||||
}
|
||||
14
tslint.json
14
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
|
||||
}
|
||||
}
|
||||
{ "extends": "./node_modules/types-publisher/tslint-definitions.json" }
|
||||
Loading…
Reference in New Issue
Block a user