-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathmeta.json
More file actions
111 lines (111 loc) · 3.26 KB
/
Copy pathmeta.json
File metadata and controls
111 lines (111 loc) · 3.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"pages": [
"overview",
"---X Rules---",
"jsx-dollar",
"jsx-key-before-spread",
"jsx-no-comment-textnodes",
"jsx-no-duplicate-props",
"jsx-no-iife",
"jsx-no-undef",
"jsx-shorthand-boolean",
"jsx-shorthand-fragment",
"jsx-uses-react",
"jsx-uses-vars",
"no-access-state-in-setstate",
"no-array-index-key",
"no-children-count",
"no-children-for-each",
"no-children-map",
"no-children-only",
"no-children-prop",
"no-children-to-array",
"no-class-component",
"no-clone-element",
"no-component-will-mount",
"no-component-will-receive-props",
"no-component-will-update",
"no-context-provider",
"no-create-ref",
"no-default-props",
"no-direct-mutation-state",
"no-duplicate-key",
"no-forward-ref",
"no-implicit-key",
"no-leaked-conditional-rendering",
"no-missing-component-display-name",
"no-missing-context-display-name",
"no-missing-key",
"no-misused-capture-owner-stack",
"no-nested-component-definitions",
"no-nested-lazy-component-declarations",
"no-prop-types",
"no-redundant-should-component-update",
"no-set-state-in-component-did-mount",
"no-set-state-in-component-did-update",
"no-set-state-in-component-will-update",
"no-string-refs",
"no-unnecessary-key",
"no-unnecessary-use-callback",
"no-unnecessary-use-memo",
"no-unnecessary-use-prefix",
"no-unnecessary-use-ref",
"no-unsafe-component-will-mount",
"no-unsafe-component-will-receive-props",
"no-unsafe-component-will-update",
"no-unstable-context-value",
"no-unstable-default-props",
"no-unused-class-component-members",
"no-unused-props",
"no-unused-state",
"no-use-context",
"no-useless-forward-ref",
"no-useless-fragment",
"prefer-destructuring-assignment",
"prefer-namespace-import",
"prefer-read-only-props",
"prefer-use-state-lazy-initialization",
"---DOM Rules---",
"dom-no-dangerously-set-innerhtml",
"dom-no-dangerously-set-innerhtml-with-children",
"dom-no-find-dom-node",
"dom-no-flush-sync",
"dom-no-hydrate",
"dom-no-missing-button-type",
"dom-no-missing-iframe-sandbox",
"dom-no-namespace",
"dom-no-render",
"dom-no-render-return-value",
"dom-no-script-url",
"dom-no-string-style-prop",
"dom-no-unknown-property",
"dom-no-unsafe-iframe-sandbox",
"dom-no-unsafe-target-blank",
"dom-no-use-form-state",
"dom-no-void-elements-with-children",
"dom-prefer-namespace-import",
"---RSC Rules---",
"rsc-function-definition",
"---Web API Rules---",
"web-api-no-leaked-event-listener",
"web-api-no-leaked-interval",
"web-api-no-leaked-resize-observer",
"web-api-no-leaked-timeout",
"---Hooks Extra Rules---",
"hooks-extra-no-direct-set-state-in-use-effect",
"---Naming Convention Rules---",
"naming-convention-component-name",
"naming-convention-context-name",
"naming-convention-filename",
"naming-convention-filename-extension",
"naming-convention-ref-name",
"naming-convention-use-state",
"---Debug Rules---",
"debug-class-component",
"debug-function-component",
"debug-hook",
"debug-is-from-react",
"debug-is-from-ref",
"debug-jsx"
]
}