Details
Details
Assignee
Unassigned
UnassignedReporter
Mike Taylor
Mike TaylorPriority
Story Points
2
Development Team
Stripes Force
RCA Group
TBD
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created January 25, 2024 at 1:53 PM
Updated April 1, 2024 at 3:25 PM
Given a source file
eslint v7.32.0 using eslint-config-stripes v7.0.0 will not emit an error message for the generated
<ul><li />...</ul>
sequence, even though it does not include akey
prop in the contained<li>
elements.The attached ZIP archive contains a folder to demonstrate this problem, containing
package.json
,yarn.lock
,.eslintrc
and a source file. Unpack, build withyarn
and run the linter withyarn lint
.