blob: 20a9b26504d54ff521c67c9d19af82963d6a53ee (
plain) (
blame)
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
|
# React
- [ ] "boolean-prop-naming"
- [ ] "button-has-type"
- [ ] "default-props-match-prop-types"
- [ ] "destructuring-assignment"
- [ ] "display-name"
- [ ] "forbid-component-props"
- [ ] "forbid-dom-props"
- [ ] "forbid-elements"
- [ ] "forbid-foreign-prop-types"
- [ ] "forbid-prop-types"
- [ ] "function-component-definition"
- [ ] "jsx-boolean-value"
- [ ] "jsx-child-element-spacing"
- [ ] "jsx-closing-bracket-location"
- [ ] "jsx-closing-tag-location"
- [ ] "jsx-curly-brace-presence"
- [ ] "jsx-curly-newline"
- [ ] "jsx-curly-spacing"
- [ ] "jsx-equals-spacing"
- [ ] "jsx-filename-extension"
- [ ] "jsx-first-prop-new-line"
- [ ] "jsx-fragments"
- [ ] "jsx-handler-names"
- [ ] "jsx-indent"
- [ ] "jsx-indent-props"
- [ ] "jsx-key"
- [ ] "jsx-max-depth"
- [ ] "jsx-max-props-per-line"
- [ ] "jsx-no-bind"
- [ ] "jsx-no-comment-textnodes"
- [ ] "jsx-no-duplicate-props"
- [ ] "jsx-no-literals"
- [ ] "jsx-no-script-url"
- [ ] "jsx-no-target-blank"
- [ ] "jsx-no-undef"
- [ ] "jsx-no-useless-fragment"
- [ ] "jsx-one-expression-per-line"
- [ ] "jsx-pascal-case"
- [ ] "jsx-props-no-multi-spaces"
- [ ] "jsx-props-no-spreading"
- [ ] "jsx-sort-default-props"
- [ ] "jsx-sort-props"
- [ ] "jsx-space-before-closing"
- [ ] "jsx-tag-spacing"
- [ ] "jsx-uses-react"
- [ ] "jsx-uses-vars"
- [ ] "jsx-wrap-multilines"
- [ ] "no-access-state-in-setstate"
- [ ] "no-adjacent-inline-elements"
- [ ] "no-array-index-key"
- [ ] "no-children-prop"
- [ ] "no-danger"
- [ ] "no-danger-with-children"
- [ ] "no-deprecated"
- [ ] "no-did-mount-set-state"
- [ ] "no-did-update-set-state"
- [ ] "no-direct-mutation-state"
- [ ] "no-find-dom-node"
- [ ] "no-is-mounted"
- [ ] "no-multi-comp"
- [ ] "no-redundant-should-component-update"
- [ ] "no-render-return-value"
- [ ] "no-set-state"
- [ ] "no-string-refs"
- [ ] "no-this-in-sfc"
- [ ] "no-typos"
- [ ] "no-unescaped-entities"
- [ ] "no-unknown-property"
- [ ] "no-unsafe"
- [ ] "no-unused-prop-types"
- [ ] "no-unused-state"
- [ ] "no-will-update-set-state"
- [ ] "prefer-es6-class"
- [ ] "prefer-read-only-props"
- [ ] "prefer-stateless-function"
- [ ] "prop-types"
- [ ] "react-in-jsx-scope"
- [ ] "require-default-props"
- [ ] "require-optimization"
- [ ] "require-render-return"
- [ ] "self-closing-comp"
- [ ] "sort-comp"
- [ ] "sort-prop-types"
- [ ] "state-in-constructor"
- [ ] "static-property-placement"
- [ ] "style-prop-object"
- [ ] "void-dom-elements-no-children"
|