.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / tslint / lib / configs / latest.d.ts
1 /**
2  * @license
3  * Copyright 2018 Palantir Technologies, Inc.
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *     http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17 export declare const rules: {
18     align: {
19         options: string[];
20     };
21     "no-invalid-template-strings": boolean;
22     "no-sparse-arrays": boolean;
23     "no-object-literal-type-assertion": boolean;
24     "prefer-conditional-expression": boolean;
25     "prefer-object-spread": boolean;
26     "no-duplicate-variable": {
27         options: string;
28     };
29     "no-this-assignment": boolean;
30     "no-duplicate-imports": boolean;
31     "space-within-parens": {
32         options: number;
33     };
34     "no-submodule-imports": boolean;
35     whitespace: {
36         options: string[];
37     };
38     "ban-comma-operator": boolean;
39     "jsdoc-format": {
40         options: string;
41     };
42     "no-duplicate-switch-case": boolean;
43     "no-implicit-dependencies": boolean;
44     "no-return-await": boolean;
45     "function-constructor": boolean;
46     "unnecessary-bind": boolean;
47 };
48 declare const xtends = "tslint:recommended";
49 export { xtends as extends };