We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c3da0 commit 09380b5Copy full SHA for 09380b5
tests/lib/rules/jsx-uses-vars.js
@@ -124,7 +124,11 @@ describe('jsx-uses-vars', () => {
124
`
125
}
126
]
127
- : null
+ : null,
128
+ line: 3,
129
+ column: 16,
130
+ endLine: 3,
131
+ endColumn: 29
132
133
134
},
@@ -162,7 +166,11 @@ describe('jsx-uses-vars', () => {
162
166
163
167
164
168
165
169
170
+ line: 4,
171
+ column: 15,
172
+ endLine: 4,
173
+ endColumn: 22
174
175
176
0 commit comments