|
22 | 22 | "babel/semi": 2, |
23 | 23 | "import/prefer-default-export": 0, |
24 | 24 | "jsx-a11y/anchor-is-valid": 1, |
25 | | - "jsx-a11y/label-has-associated-control": [ 2, { |
26 | | - "assert": "either", |
27 | | - "controlComponents": [], |
28 | | - "depth": 25, |
29 | | - "labelAttributes": ["label"], |
30 | | - "labelComponents": [] |
31 | | - }], |
32 | 25 | "jsx-a11y/label-has-for": 0, |
33 | 26 | "no-alert": 0, |
34 | 27 | "react/destructuring-assignment": 0, |
|
118 | 111 | "function-paren-newline": ["error", "consistent"], |
119 | 112 | "func-names": ["error", "never"], |
120 | 113 | "implicit-arrow-linebreak": 0, |
| 114 | + "jsx-a11y/label-has-associated-control": [ 2, { |
| 115 | + "assert": "either", |
| 116 | + "controlComponents": ["AsyncSelect", "SingleSelect"], |
| 117 | + "depth": 25, |
| 118 | + "labelAttributes": ["label"], |
| 119 | + "labelComponents": [] |
| 120 | + }], |
121 | 121 | "linebreak-style": 0, |
122 | 122 | "no-case-declarations": "warn", |
123 | 123 | "no-confusing-arrow": 0, |
|
131 | 131 | "prefer-destructuring": "warn", |
132 | 132 | "quotes": ["error", "single", { "allowTemplateLiterals" : true }], |
133 | 133 | "radix": 0, |
| 134 | + "react/jsx-fragments": 0, |
134 | 135 | "symbol-description": 0, |
135 | 136 | "template-curly-spacing": "off", |
136 | 137 | "indent": "off" |
|
0 commit comments