diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
commit | bbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch) | |
tree | c58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/tslint/lib/configs/all.d.ts | |
parent | 003fb34971cf63466184351b4db5f7c67df4f444 (diff) |
update packages
Diffstat (limited to 'node_modules/tslint/lib/configs/all.d.ts')
-rw-r--r-- | node_modules/tslint/lib/configs/all.d.ts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/tslint/lib/configs/all.d.ts b/node_modules/tslint/lib/configs/all.d.ts index 6c285be54..bcaf0a190 100644 --- a/node_modules/tslint/lib/configs/all.d.ts +++ b/node_modules/tslint/lib/configs/all.d.ts @@ -1,3 +1,19 @@ +/** + * @license + * Copyright 2017 Palantir Technologies, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export declare const rules: { "adjacent-overload-signatures": boolean; "ban-types": { @@ -21,6 +37,7 @@ export declare const rules: { "no-var-requires": boolean; "only-arrow-functions": boolean; "prefer-for-of": boolean; + "prefer-readonly": boolean; "promise-function-async": boolean; "typedef": (string | boolean)[]; "typedef-whitespace": (boolean | { @@ -45,6 +62,7 @@ export declare const rules: { "no-duplicate-super": boolean; "no-duplicate-switch-case": boolean; "no-duplicate-variable": (string | boolean)[]; + "no-dynamic-delete": boolean; "no-empty": boolean; "no-eval": boolean; "no-floating-promises": boolean; @@ -110,6 +128,7 @@ export declare const rules: { "completed-docs": boolean; "deprecation": boolean; "encoding": boolean; + "file-name-casing": (string | boolean)[]; "import-spacing": boolean; "interface-name": boolean; "interface-over-type-literal": boolean; @@ -117,6 +136,7 @@ export declare const rules: { "match-default-export-name": boolean; "new-parens": boolean; "newline-before-return": boolean; + "newline-per-chained-call": boolean; "no-angle-bracket-type-assertion": boolean; "no-boolean-literal-compare": boolean; "no-consecutive-blank-lines": boolean; @@ -142,6 +162,7 @@ export declare const rules: { "prefer-object-spread": boolean; "prefer-switch": boolean; "prefer-template": boolean; + "prefer-while": boolean; "quotemark": (string | boolean)[]; "return-undefined": boolean; "semicolon": (string | boolean)[]; |