@pawover/eslint-rules 0.0.0-alpha.3 → 0.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/core.antfu.d.ts +11 -11
- package/dist/types/core.javascript.d.ts +229 -229
- package/dist/types/core.react.d.ts +89 -89
- package/dist/types/core.stylistic.d.ts +139 -127
- package/dist/types/core.typescript.d.ts +191 -191
- package/dist/types/core.vue.d.ts +43 -43
- package/dist/types/index.d.ts +702 -690
- package/package.json +10 -3
|
@@ -1,92 +1,92 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"react/jsx-key-before-spread":
|
|
3
|
-
"react/jsx-no-comment-textnodes":
|
|
4
|
-
"react/jsx-no-duplicate-props":
|
|
5
|
-
"react/jsx-no-iife":
|
|
6
|
-
"react/jsx-no-undef":
|
|
7
|
-
"react/jsx-shorthand-boolean":
|
|
8
|
-
"react/jsx-shorthand-fragment":
|
|
9
|
-
"react/jsx-uses-react":
|
|
10
|
-
"react/jsx-uses-vars":
|
|
11
|
-
"react/no-access-state-in-setstate":
|
|
12
|
-
"react/no-array-index-key":
|
|
13
|
-
"react/no-children-count":
|
|
14
|
-
"react/no-children-for-each":
|
|
15
|
-
"react/no-children-map":
|
|
16
|
-
"react/no-children-only":
|
|
17
|
-
"react/no-children-prop":
|
|
18
|
-
"react/no-children-to-array":
|
|
19
|
-
"react/no-class-component":
|
|
20
|
-
"react/no-clone-element":
|
|
21
|
-
"react/no-component-will-mount":
|
|
22
|
-
"react/no-component-will-receive-props":
|
|
23
|
-
"react/no-component-will-update":
|
|
24
|
-
"react/no-context-provider":
|
|
25
|
-
"react/no-create-ref":
|
|
26
|
-
"react/no-default-props":
|
|
27
|
-
"react/no-direct-mutation-state":
|
|
28
|
-
"react/no-duplicate-key":
|
|
29
|
-
"react/no-forward-ref":
|
|
30
|
-
"react/no-implicit-key":
|
|
31
|
-
"react/no-leaked-conditional-rendering":
|
|
32
|
-
"react/no-missing-component-display-name":
|
|
33
|
-
"react/no-missing-context-display-name":
|
|
34
|
-
"react/no-missing-key":
|
|
35
|
-
"react/no-misused-capture-owner-stack":
|
|
36
|
-
"react/no-nested-component-definitions":
|
|
37
|
-
"react/no-nested-lazy-component-declarations":
|
|
38
|
-
"react/no-prop-types":
|
|
39
|
-
"react/no-redundant-should-component-update":
|
|
40
|
-
"react/no-set-state-in-component-did-mount":
|
|
41
|
-
"react/no-set-state-in-component-did-update":
|
|
42
|
-
"react/no-set-state-in-component-will-update":
|
|
43
|
-
"react/no-string-refs":
|
|
44
|
-
"react/no-unnecessary-key":
|
|
45
|
-
"react/no-unnecessary-use-callback":
|
|
46
|
-
"react/no-unnecessary-use-memo":
|
|
47
|
-
"react/no-unnecessary-use-prefix":
|
|
48
|
-
"react/no-unsafe-component-will-mount":
|
|
49
|
-
"react/no-unsafe-component-will-receive-props":
|
|
50
|
-
"react/no-unsafe-component-will-update":
|
|
51
|
-
"react/no-unstable-context-value":
|
|
52
|
-
"react/no-unstable-default-props":
|
|
53
|
-
"react/no-unused-class-component-members":
|
|
54
|
-
"react/no-unused-props":
|
|
55
|
-
"react/no-unused-state":
|
|
56
|
-
"react/no-use-context":
|
|
57
|
-
"react/no-useless-forward-ref":
|
|
58
|
-
"react/no-useless-fragment":
|
|
59
|
-
"react/prefer-destructuring-assignment":
|
|
60
|
-
"react/prefer-namespace-import":
|
|
61
|
-
"react/prefer-read-only-props":
|
|
62
|
-
"react/prefer-use-state-lazy-initialization":
|
|
63
|
-
"react-dom/no-dangerously-set-innerhtml":
|
|
64
|
-
"react-dom/no-dangerously-set-innerhtml-with-children":
|
|
65
|
-
"react-dom/no-find-dom-node":
|
|
66
|
-
"react-dom/no-flush-sync":
|
|
67
|
-
"react-dom/no-hydrate":
|
|
68
|
-
"react-dom/no-missing-button-type":
|
|
69
|
-
"react-dom/no-missing-iframe-sandbox":
|
|
70
|
-
"react-dom/no-namespace":
|
|
71
|
-
"react-dom/no-render":
|
|
72
|
-
"react-dom/no-render-return-value":
|
|
73
|
-
"react-dom/no-script-url":
|
|
74
|
-
"react-dom/no-string-style-prop":
|
|
75
|
-
"react-dom/no-unknown-property":
|
|
76
|
-
"react-dom/no-unsafe-iframe-sandbox":
|
|
77
|
-
"react-dom/no-unsafe-target-blank":
|
|
78
|
-
"react-dom/no-use-form-state":
|
|
79
|
-
"react-dom/no-void-elements-with-children":
|
|
80
|
-
"react-dom/prefer-namespace-import":
|
|
81
|
-
"react-web-api/no-leaked-event-listener":
|
|
82
|
-
"react-web-api/no-leaked-interval":
|
|
83
|
-
"react-web-api/no-leaked-resize-observer":
|
|
84
|
-
"react-web-api/no-leaked-timeout":
|
|
85
|
-
"react-hooks-extra/no-direct-set-state-in-use-effect":
|
|
86
|
-
"react-naming-convention/component-name":
|
|
87
|
-
"react-naming-convention/context-name":
|
|
88
|
-
"react-naming-convention/filename":
|
|
89
|
-
"react-naming-convention/filename-extension":
|
|
90
|
-
"react-naming-convention/use-state":
|
|
2
|
+
readonly "react/jsx-key-before-spread": 1;
|
|
3
|
+
readonly "react/jsx-no-comment-textnodes": 1;
|
|
4
|
+
readonly "react/jsx-no-duplicate-props": 1;
|
|
5
|
+
readonly "react/jsx-no-iife": 1;
|
|
6
|
+
readonly "react/jsx-no-undef": 0;
|
|
7
|
+
readonly "react/jsx-shorthand-boolean": 1;
|
|
8
|
+
readonly "react/jsx-shorthand-fragment": 1;
|
|
9
|
+
readonly "react/jsx-uses-react": 1;
|
|
10
|
+
readonly "react/jsx-uses-vars": 1;
|
|
11
|
+
readonly "react/no-access-state-in-setstate": 2;
|
|
12
|
+
readonly "react/no-array-index-key": 1;
|
|
13
|
+
readonly "react/no-children-count": 2;
|
|
14
|
+
readonly "react/no-children-for-each": 2;
|
|
15
|
+
readonly "react/no-children-map": 2;
|
|
16
|
+
readonly "react/no-children-only": 2;
|
|
17
|
+
readonly "react/no-children-prop": 2;
|
|
18
|
+
readonly "react/no-children-to-array": 2;
|
|
19
|
+
readonly "react/no-class-component": 2;
|
|
20
|
+
readonly "react/no-clone-element": 2;
|
|
21
|
+
readonly "react/no-component-will-mount": 2;
|
|
22
|
+
readonly "react/no-component-will-receive-props": 2;
|
|
23
|
+
readonly "react/no-component-will-update": 2;
|
|
24
|
+
readonly "react/no-context-provider": 2;
|
|
25
|
+
readonly "react/no-create-ref": 2;
|
|
26
|
+
readonly "react/no-default-props": 2;
|
|
27
|
+
readonly "react/no-direct-mutation-state": 2;
|
|
28
|
+
readonly "react/no-duplicate-key": 2;
|
|
29
|
+
readonly "react/no-forward-ref": 2;
|
|
30
|
+
readonly "react/no-implicit-key": 2;
|
|
31
|
+
readonly "react/no-leaked-conditional-rendering": 2;
|
|
32
|
+
readonly "react/no-missing-component-display-name": 2;
|
|
33
|
+
readonly "react/no-missing-context-display-name": 2;
|
|
34
|
+
readonly "react/no-missing-key": 2;
|
|
35
|
+
readonly "react/no-misused-capture-owner-stack": 2;
|
|
36
|
+
readonly "react/no-nested-component-definitions": 2;
|
|
37
|
+
readonly "react/no-nested-lazy-component-declarations": 2;
|
|
38
|
+
readonly "react/no-prop-types": 2;
|
|
39
|
+
readonly "react/no-redundant-should-component-update": 2;
|
|
40
|
+
readonly "react/no-set-state-in-component-did-mount": 2;
|
|
41
|
+
readonly "react/no-set-state-in-component-did-update": 2;
|
|
42
|
+
readonly "react/no-set-state-in-component-will-update": 2;
|
|
43
|
+
readonly "react/no-string-refs": 2;
|
|
44
|
+
readonly "react/no-unnecessary-key": 1;
|
|
45
|
+
readonly "react/no-unnecessary-use-callback": 1;
|
|
46
|
+
readonly "react/no-unnecessary-use-memo": 1;
|
|
47
|
+
readonly "react/no-unnecessary-use-prefix": 1;
|
|
48
|
+
readonly "react/no-unsafe-component-will-mount": 2;
|
|
49
|
+
readonly "react/no-unsafe-component-will-receive-props": 2;
|
|
50
|
+
readonly "react/no-unsafe-component-will-update": 2;
|
|
51
|
+
readonly "react/no-unstable-context-value": 2;
|
|
52
|
+
readonly "react/no-unstable-default-props": 2;
|
|
53
|
+
readonly "react/no-unused-class-component-members": 2;
|
|
54
|
+
readonly "react/no-unused-props": 2;
|
|
55
|
+
readonly "react/no-unused-state": 2;
|
|
56
|
+
readonly "react/no-use-context": 2;
|
|
57
|
+
readonly "react/no-useless-forward-ref": 2;
|
|
58
|
+
readonly "react/no-useless-fragment": 2;
|
|
59
|
+
readonly "react/prefer-destructuring-assignment": 2;
|
|
60
|
+
readonly "react/prefer-namespace-import": 1;
|
|
61
|
+
readonly "react/prefer-read-only-props": 2;
|
|
62
|
+
readonly "react/prefer-use-state-lazy-initialization": 2;
|
|
63
|
+
readonly "react-dom/no-dangerously-set-innerhtml": 1;
|
|
64
|
+
readonly "react-dom/no-dangerously-set-innerhtml-with-children": 2;
|
|
65
|
+
readonly "react-dom/no-find-dom-node": 2;
|
|
66
|
+
readonly "react-dom/no-flush-sync": 2;
|
|
67
|
+
readonly "react-dom/no-hydrate": 2;
|
|
68
|
+
readonly "react-dom/no-missing-button-type": 2;
|
|
69
|
+
readonly "react-dom/no-missing-iframe-sandbox": 2;
|
|
70
|
+
readonly "react-dom/no-namespace": 2;
|
|
71
|
+
readonly "react-dom/no-render": 2;
|
|
72
|
+
readonly "react-dom/no-render-return-value": 2;
|
|
73
|
+
readonly "react-dom/no-script-url": 2;
|
|
74
|
+
readonly "react-dom/no-string-style-prop": 2;
|
|
75
|
+
readonly "react-dom/no-unknown-property": 2;
|
|
76
|
+
readonly "react-dom/no-unsafe-iframe-sandbox": 2;
|
|
77
|
+
readonly "react-dom/no-unsafe-target-blank": 2;
|
|
78
|
+
readonly "react-dom/no-use-form-state": 2;
|
|
79
|
+
readonly "react-dom/no-void-elements-with-children": 2;
|
|
80
|
+
readonly "react-dom/prefer-namespace-import": 1;
|
|
81
|
+
readonly "react-web-api/no-leaked-event-listener": 2;
|
|
82
|
+
readonly "react-web-api/no-leaked-interval": 2;
|
|
83
|
+
readonly "react-web-api/no-leaked-resize-observer": 2;
|
|
84
|
+
readonly "react-web-api/no-leaked-timeout": 2;
|
|
85
|
+
readonly "react-hooks-extra/no-direct-set-state-in-use-effect": 1;
|
|
86
|
+
readonly "react-naming-convention/component-name": 2;
|
|
87
|
+
readonly "react-naming-convention/context-name": 2;
|
|
88
|
+
readonly "react-naming-convention/filename": readonly [1, "camelCase"];
|
|
89
|
+
readonly "react-naming-convention/filename-extension": 0;
|
|
90
|
+
readonly "react-naming-convention/use-state": 2;
|
|
91
91
|
};
|
|
92
92
|
export default _default;
|
|
@@ -1,131 +1,143 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"stylistic/array-bracket-newline":
|
|
3
|
-
"stylistic/array-bracket-spacing":
|
|
4
|
-
"stylistic/array-element-newline":
|
|
5
|
-
"stylistic/arrow-parens":
|
|
6
|
-
"stylistic/arrow-spacing":
|
|
7
|
-
"stylistic/block-spacing":
|
|
8
|
-
"stylistic/brace-style":
|
|
9
|
-
"stylistic/comma-dangle":
|
|
10
|
-
"stylistic/comma-spacing":
|
|
11
|
-
"stylistic/comma-style":
|
|
12
|
-
"stylistic/computed-property-spacing":
|
|
13
|
-
"stylistic/curly-newline":
|
|
14
|
-
"stylistic/dot-location":
|
|
15
|
-
"stylistic/eol-last":
|
|
16
|
-
"stylistic/function-call-argument-newline":
|
|
17
|
-
"stylistic/function-call-spacing":
|
|
18
|
-
"stylistic/function-paren-newline":
|
|
19
|
-
"stylistic/generator-star-spacing":
|
|
20
|
-
"stylistic/implicit-arrow-linebreak":
|
|
21
|
-
"stylistic/indent": number
|
|
22
|
-
"stylistic/indent-binary-ops": number
|
|
23
|
-
"stylistic/jsx-child-element-spacing":
|
|
24
|
-
"stylistic/jsx-closing-bracket-location":
|
|
25
|
-
"stylistic/jsx-closing-tag-location":
|
|
26
|
-
"stylistic/jsx-curly-brace-presence":
|
|
27
|
-
"stylistic/jsx-curly-newline":
|
|
28
|
-
"stylistic/jsx-curly-spacing":
|
|
29
|
-
"stylistic/jsx-equals-spacing":
|
|
30
|
-
"stylistic/jsx-first-prop-new-line":
|
|
31
|
-
"stylistic/jsx-function-call-newline":
|
|
32
|
-
"stylistic/jsx-indent-props": number
|
|
33
|
-
"stylistic/jsx-max-props-per-line":
|
|
34
|
-
"stylistic/jsx-newline":
|
|
35
|
-
"stylistic/jsx-one-expression-per-line":
|
|
36
|
-
allow:
|
|
37
|
-
}
|
|
38
|
-
"stylistic/jsx-pascal-case":
|
|
39
|
-
allowNamespace:
|
|
40
|
-
}
|
|
41
|
-
"stylistic/jsx-quotes":
|
|
42
|
-
"stylistic/jsx-self-closing-comp":
|
|
43
|
-
"stylistic/jsx-sort-props":
|
|
44
|
-
"stylistic/jsx-tag-spacing":
|
|
45
|
-
beforeClosing:
|
|
46
|
-
}
|
|
47
|
-
"stylistic/jsx-wrap-multilines":
|
|
48
|
-
declaration:
|
|
49
|
-
assignment:
|
|
50
|
-
return:
|
|
51
|
-
arrow:
|
|
52
|
-
condition:
|
|
53
|
-
logical:
|
|
54
|
-
prop:
|
|
55
|
-
propertyValue:
|
|
56
|
-
}
|
|
57
|
-
"stylistic/key-spacing":
|
|
58
|
-
"stylistic/keyword-spacing":
|
|
59
|
-
"stylistic/line-comment-position":
|
|
60
|
-
"stylistic/linebreak-style":
|
|
61
|
-
"stylistic/lines-around-comment":
|
|
62
|
-
"stylistic/lines-between-class-members":
|
|
63
|
-
"stylistic/max-len":
|
|
64
|
-
"stylistic/max-statements-per-line":
|
|
65
|
-
"stylistic/member-delimiter-style":
|
|
66
|
-
"stylistic/multiline-comment-style":
|
|
67
|
-
"stylistic/multiline-ternary":
|
|
68
|
-
"stylistic/new-parens":
|
|
69
|
-
"stylistic/newline-per-chained-call":
|
|
70
|
-
"stylistic/no-confusing-arrow":
|
|
71
|
-
"stylistic/no-extra-parens":
|
|
72
|
-
"stylistic/no-extra-semi":
|
|
73
|
-
"stylistic/no-floating-decimal":
|
|
74
|
-
"stylistic/no-mixed-operators":
|
|
75
|
-
"stylistic/no-mixed-spaces-and-tabs":
|
|
76
|
-
"stylistic/no-multi-spaces":
|
|
77
|
-
"stylistic/no-multiple-empty-lines":
|
|
78
|
-
max:
|
|
79
|
-
maxEOF:
|
|
80
|
-
maxBOF:
|
|
81
|
-
}
|
|
82
|
-
"stylistic/no-tabs":
|
|
83
|
-
"stylistic/no-trailing-spaces":
|
|
84
|
-
"stylistic/no-whitespace-before-property":
|
|
85
|
-
"stylistic/nonblock-statement-body-position":
|
|
86
|
-
"stylistic/object-curly-newline":
|
|
87
|
-
"stylistic/object-curly-spacing":
|
|
88
|
-
"stylistic/object-property-newline":
|
|
89
|
-
allowAllPropertiesOnSameLine:
|
|
90
|
-
}
|
|
91
|
-
"stylistic/one-var-declaration-per-line":
|
|
92
|
-
"stylistic/operator-linebreak":
|
|
93
|
-
overrides: {
|
|
94
|
-
"?":
|
|
95
|
-
":":
|
|
2
|
+
readonly "stylistic/array-bracket-newline": readonly [2, "consistent"];
|
|
3
|
+
readonly "stylistic/array-bracket-spacing": 2;
|
|
4
|
+
readonly "stylistic/array-element-newline": readonly [2, "consistent"];
|
|
5
|
+
readonly "stylistic/arrow-parens": 2;
|
|
6
|
+
readonly "stylistic/arrow-spacing": 2;
|
|
7
|
+
readonly "stylistic/block-spacing": 2;
|
|
8
|
+
readonly "stylistic/brace-style": 2;
|
|
9
|
+
readonly "stylistic/comma-dangle": readonly [2, "always-multiline"];
|
|
10
|
+
readonly "stylistic/comma-spacing": 2;
|
|
11
|
+
readonly "stylistic/comma-style": 2;
|
|
12
|
+
readonly "stylistic/computed-property-spacing": 2;
|
|
13
|
+
readonly "stylistic/curly-newline": 2;
|
|
14
|
+
readonly "stylistic/dot-location": 0;
|
|
15
|
+
readonly "stylistic/eol-last": 2;
|
|
16
|
+
readonly "stylistic/function-call-argument-newline": readonly [2, "consistent"];
|
|
17
|
+
readonly "stylistic/function-call-spacing": 2;
|
|
18
|
+
readonly "stylistic/function-paren-newline": readonly [2, "multiline-arguments"];
|
|
19
|
+
readonly "stylistic/generator-star-spacing": 2;
|
|
20
|
+
readonly "stylistic/implicit-arrow-linebreak": 2;
|
|
21
|
+
readonly "stylistic/indent": readonly [2, number];
|
|
22
|
+
readonly "stylistic/indent-binary-ops": readonly [2, number];
|
|
23
|
+
readonly "stylistic/jsx-child-element-spacing": 0;
|
|
24
|
+
readonly "stylistic/jsx-closing-bracket-location": 2;
|
|
25
|
+
readonly "stylistic/jsx-closing-tag-location": 2;
|
|
26
|
+
readonly "stylistic/jsx-curly-brace-presence": 2;
|
|
27
|
+
readonly "stylistic/jsx-curly-newline": 2;
|
|
28
|
+
readonly "stylistic/jsx-curly-spacing": 2;
|
|
29
|
+
readonly "stylistic/jsx-equals-spacing": 2;
|
|
30
|
+
readonly "stylistic/jsx-first-prop-new-line": 2;
|
|
31
|
+
readonly "stylistic/jsx-function-call-newline": 2;
|
|
32
|
+
readonly "stylistic/jsx-indent-props": readonly [2, number];
|
|
33
|
+
readonly "stylistic/jsx-max-props-per-line": 2;
|
|
34
|
+
readonly "stylistic/jsx-newline": 0;
|
|
35
|
+
readonly "stylistic/jsx-one-expression-per-line": readonly [2, {
|
|
36
|
+
readonly allow: "single-child";
|
|
37
|
+
}];
|
|
38
|
+
readonly "stylistic/jsx-pascal-case": readonly [2, {
|
|
39
|
+
readonly allowNamespace: true;
|
|
40
|
+
}];
|
|
41
|
+
readonly "stylistic/jsx-quotes": 2;
|
|
42
|
+
readonly "stylistic/jsx-self-closing-comp": 2;
|
|
43
|
+
readonly "stylistic/jsx-sort-props": 0;
|
|
44
|
+
readonly "stylistic/jsx-tag-spacing": readonly [2, {
|
|
45
|
+
readonly beforeClosing: "never";
|
|
46
|
+
}];
|
|
47
|
+
readonly "stylistic/jsx-wrap-multilines": readonly [2, {
|
|
48
|
+
readonly declaration: "parens-new-line";
|
|
49
|
+
readonly assignment: "parens-new-line";
|
|
50
|
+
readonly return: "parens-new-line";
|
|
51
|
+
readonly arrow: "parens-new-line";
|
|
52
|
+
readonly condition: "parens-new-line";
|
|
53
|
+
readonly logical: "parens-new-line";
|
|
54
|
+
readonly prop: "ignore";
|
|
55
|
+
readonly propertyValue: "parens-new-line";
|
|
56
|
+
}];
|
|
57
|
+
readonly "stylistic/key-spacing": 2;
|
|
58
|
+
readonly "stylistic/keyword-spacing": 2;
|
|
59
|
+
readonly "stylistic/line-comment-position": 0;
|
|
60
|
+
readonly "stylistic/linebreak-style": 0;
|
|
61
|
+
readonly "stylistic/lines-around-comment": 0;
|
|
62
|
+
readonly "stylistic/lines-between-class-members": 2;
|
|
63
|
+
readonly "stylistic/max-len": 0;
|
|
64
|
+
readonly "stylistic/max-statements-per-line": 0;
|
|
65
|
+
readonly "stylistic/member-delimiter-style": 2;
|
|
66
|
+
readonly "stylistic/multiline-comment-style": 0;
|
|
67
|
+
readonly "stylistic/multiline-ternary": readonly [2, "always-multiline"];
|
|
68
|
+
readonly "stylistic/new-parens": 2;
|
|
69
|
+
readonly "stylistic/newline-per-chained-call": 0;
|
|
70
|
+
readonly "stylistic/no-confusing-arrow": 0;
|
|
71
|
+
readonly "stylistic/no-extra-parens": 0;
|
|
72
|
+
readonly "stylistic/no-extra-semi": 2;
|
|
73
|
+
readonly "stylistic/no-floating-decimal": 2;
|
|
74
|
+
readonly "stylistic/no-mixed-operators": 0;
|
|
75
|
+
readonly "stylistic/no-mixed-spaces-and-tabs": 0;
|
|
76
|
+
readonly "stylistic/no-multi-spaces": 2;
|
|
77
|
+
readonly "stylistic/no-multiple-empty-lines": readonly [2, {
|
|
78
|
+
readonly max: 2;
|
|
79
|
+
readonly maxEOF: 1;
|
|
80
|
+
readonly maxBOF: 0;
|
|
81
|
+
}];
|
|
82
|
+
readonly "stylistic/no-tabs": 0;
|
|
83
|
+
readonly "stylistic/no-trailing-spaces": 2;
|
|
84
|
+
readonly "stylistic/no-whitespace-before-property": 2;
|
|
85
|
+
readonly "stylistic/nonblock-statement-body-position": 2;
|
|
86
|
+
readonly "stylistic/object-curly-newline": 2;
|
|
87
|
+
readonly "stylistic/object-curly-spacing": readonly [2, "always"];
|
|
88
|
+
readonly "stylistic/object-property-newline": readonly [2, {
|
|
89
|
+
readonly allowAllPropertiesOnSameLine: true;
|
|
90
|
+
}];
|
|
91
|
+
readonly "stylistic/one-var-declaration-per-line": 2;
|
|
92
|
+
readonly "stylistic/operator-linebreak": readonly [2, "after", {
|
|
93
|
+
readonly overrides: {
|
|
94
|
+
readonly "?": "ignore";
|
|
95
|
+
readonly ":": "ignore";
|
|
96
96
|
};
|
|
97
|
-
}
|
|
98
|
-
"stylistic/padded-blocks":
|
|
99
|
-
"stylistic/padding-line-between-statements":
|
|
100
|
-
blankLine:
|
|
101
|
-
prev:
|
|
102
|
-
next:
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"stylistic/
|
|
118
|
-
"stylistic/
|
|
119
|
-
"stylistic/
|
|
120
|
-
"stylistic/
|
|
121
|
-
"stylistic/
|
|
122
|
-
"stylistic/
|
|
123
|
-
"stylistic/
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
"stylistic/
|
|
97
|
+
}];
|
|
98
|
+
readonly "stylistic/padded-blocks": 0;
|
|
99
|
+
readonly "stylistic/padding-line-between-statements": readonly [2, {
|
|
100
|
+
readonly blankLine: "always";
|
|
101
|
+
readonly prev: "*";
|
|
102
|
+
readonly next: "return";
|
|
103
|
+
}, {
|
|
104
|
+
readonly blankLine: "always";
|
|
105
|
+
readonly prev: "*";
|
|
106
|
+
readonly next: "default";
|
|
107
|
+
}, {
|
|
108
|
+
readonly blankLine: "always";
|
|
109
|
+
readonly prev: "directive";
|
|
110
|
+
readonly next: "*";
|
|
111
|
+
}, {
|
|
112
|
+
readonly blankLine: "any";
|
|
113
|
+
readonly prev: "directive";
|
|
114
|
+
readonly next: "directive";
|
|
115
|
+
}];
|
|
116
|
+
readonly "stylistic/quote-props": readonly [2, "consistent-as-needed"];
|
|
117
|
+
readonly "stylistic/quotes": 2;
|
|
118
|
+
readonly "stylistic/rest-spread-spacing": 2;
|
|
119
|
+
readonly "stylistic/semi": 2;
|
|
120
|
+
readonly "stylistic/semi-spacing": 2;
|
|
121
|
+
readonly "stylistic/semi-style": 2;
|
|
122
|
+
readonly "stylistic/space-before-blocks": 2;
|
|
123
|
+
readonly "stylistic/space-before-function-paren": readonly [2, {
|
|
124
|
+
readonly anonymous: "never";
|
|
125
|
+
readonly named: "never";
|
|
126
|
+
readonly asyncArrow: "always";
|
|
127
|
+
readonly catch: "always";
|
|
128
|
+
}];
|
|
129
|
+
readonly "stylistic/space-in-parens": 2;
|
|
130
|
+
readonly "stylistic/space-infix-ops": 2;
|
|
131
|
+
readonly "stylistic/space-unary-ops": 2;
|
|
132
|
+
readonly "stylistic/spaced-comment": 2;
|
|
133
|
+
readonly "stylistic/switch-colon-spacing": 2;
|
|
134
|
+
readonly "stylistic/template-curly-spacing": 2;
|
|
135
|
+
readonly "stylistic/template-tag-spacing": 2;
|
|
136
|
+
readonly "stylistic/type-annotation-spacing": 2;
|
|
137
|
+
readonly "stylistic/type-generic-spacing": 2;
|
|
138
|
+
readonly "stylistic/type-named-tuple-spacing": 2;
|
|
139
|
+
readonly "stylistic/wrap-iife": 2;
|
|
140
|
+
readonly "stylistic/wrap-regex": 2;
|
|
141
|
+
readonly "stylistic/yield-star-spacing": 2;
|
|
130
142
|
};
|
|
131
143
|
export default _default;
|