1{ 2 "copyright": [ 3 "Copyright (c) 2023-2023 Huawei Device Co., Ltd.", 4 "Licensed under the Apache License, Version 2.0 (the 'License');", 5 "you may not use this file except in compliance with the License.", 6 "You may obtain a copy of the License at", 7 "", 8 "http://www.apache.org/licenses/LICENSE-2.0", 9 "", 10 "Unless required by applicable law or agreed to in writing, software", 11 "distributed under the License is distributed on an 'AS IS' BASIS,", 12 "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.", 13 "See the License for the specific language governing permissions and", 14 "limitations under the License." 15 ], 16 "nodes": [ 17 { 18 "line": 16, 19 "column": 31, 20 "problem": "AnyType", 21 "suggest": "", 22 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 23 }, 24 { 25 "line": 16, 26 "column": 49, 27 "problem": "AnyType", 28 "suggest": "", 29 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 30 }, 31 { 32 "line": 18, 33 "column": 30, 34 "problem": "IntersectionType", 35 "suggest": "", 36 "rule": "Use inheritance instead of intersection types (arkts-no-intersection-types)" 37 }, 38 { 39 "line": 22, 40 "column": 33, 41 "problem": "AnyType", 42 "suggest": "", 43 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 44 }, 45 { 46 "line": 22, 47 "column": 36, 48 "problem": "AnyType", 49 "suggest": "", 50 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 51 }, 52 { 53 "line": 24, 54 "column": 44, 55 "problem": "AnyType", 56 "suggest": "", 57 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 58 }, 59 { 60 "line": 24, 61 "column": 47, 62 "problem": "AnyType", 63 "suggest": "", 64 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 65 }, 66 { 67 "line": 29, 68 "column": 32, 69 "problem": "AnyType", 70 "suggest": "", 71 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 72 }, 73 { 74 "line": 29, 75 "column": 35, 76 "problem": "AnyType", 77 "suggest": "", 78 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 79 }, 80 { 81 "line": 37, 82 "column": 34, 83 "problem": "AnyType", 84 "suggest": "", 85 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 86 }, 87 { 88 "line": 37, 89 "column": 37, 90 "problem": "AnyType", 91 "suggest": "", 92 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 93 }, 94 { 95 "line": 39, 96 "column": 40, 97 "problem": "AnyType", 98 "suggest": "", 99 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 100 }, 101 { 102 "line": 39, 103 "column": 43, 104 "problem": "AnyType", 105 "suggest": "", 106 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 107 }, 108 { 109 "line": 40, 110 "column": 63, 111 "problem": "AnyType", 112 "suggest": "", 113 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 114 }, 115 { 116 "line": 40, 117 "column": 66, 118 "problem": "AnyType", 119 "suggest": "", 120 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 121 }, 122 { 123 "line": 93, 124 "column": 3, 125 "problem": "UnsupportedDecorators", 126 "suggest": "", 127 "rule": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-except-arkui)" 128 }, 129 { 130 "line": 97, 131 "column": 3, 132 "problem": "UnsupportedDecorators", 133 "suggest": "", 134 "rule": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-except-arkui)" 135 }, 136 { 137 "line": 101, 138 "column": 1, 139 "problem": "UnsupportedDecorators", 140 "suggest": "", 141 "rule": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-except-arkui)" 142 }, 143 { 144 "line": 43, 145 "column": 3, 146 "problem": "StrictDiagnostic", 147 "suggest": "Property 'name' has no initializer and is not definitely assigned in the constructor.", 148 "rule": "Property 'name' has no initializer and is not definitely assigned in the constructor." 149 }, 150 { 151 "line": 44, 152 "column": 3, 153 "problem": "StrictDiagnostic", 154 "suggest": "Property 'age' has no initializer and is not definitely assigned in the constructor.", 155 "rule": "Property 'age' has no initializer and is not definitely assigned in the constructor." 156 }, 157 { 158 "line": 61, 159 "column": 3, 160 "problem": "StrictDiagnostic", 161 "suggest": "Property 'localStorage' has no initializer and is not definitely assigned in the constructor.", 162 "rule": "Property 'localStorage' has no initializer and is not definitely assigned in the constructor." 163 }, 164 { 165 "line": 71, 166 "column": 3, 167 "problem": "StrictDiagnostic", 168 "suggest": "Property 'provide' has no initializer and is not definitely assigned in the constructor.", 169 "rule": "Property 'provide' has no initializer and is not definitely assigned in the constructor." 170 }, 171 { 172 "line": 74, 173 "column": 3, 174 "problem": "StrictDiagnostic", 175 "suggest": "Property 'state' has no initializer and is not definitely assigned in the constructor.", 176 "rule": "Property 'state' has no initializer and is not definitely assigned in the constructor." 177 }, 178 { 179 "line": 78, 180 "column": 3, 181 "problem": "StrictDiagnostic", 182 "suggest": "Property 'storage' has no initializer and is not definitely assigned in the constructor.", 183 "rule": "Property 'storage' has no initializer and is not definitely assigned in the constructor." 184 }, 185 { 186 "line": 81, 187 "column": 3, 188 "problem": "StrictDiagnostic", 189 "suggest": "Property 'style' has no initializer and is not definitely assigned in the constructor.", 190 "rule": "Property 'style' has no initializer and is not definitely assigned in the constructor." 191 }, 192 { 193 "line": 84, 194 "column": 3, 195 "problem": "StrictDiagnostic", 196 "suggest": "Property 'watch' has no initializer and is not definitely assigned in the constructor.", 197 "rule": "Property 'watch' has no initializer and is not definitely assigned in the constructor." 198 }, 199 { 200 "line": 94, 201 "column": 3, 202 "problem": "StrictDiagnostic", 203 "suggest": "Property 'invalid' has no initializer and is not definitely assigned in the constructor.", 204 "rule": "Property 'invalid' has no initializer and is not definitely assigned in the constructor." 205 }, 206 { 207 "line": 106, 208 "column": 3, 209 "problem": "StrictDiagnostic", 210 "suggest": "Property 'data' has no initializer and is not definitely assigned in the constructor.", 211 "rule": "Property 'data' has no initializer and is not definitely assigned in the constructor." 212 } 213 ] 214}