Fix eslint files glob not being correct #521
No reviewers
Labels
No labels
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
step
doing
step
review
step
testing
step
todo
step
uat
type
admin
type
alert
type
bug
type
change
type
defect
type
epic
type
idea
type
incident
type
investigation
type
spike
type
story
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
External/card-drop!521
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/517-eslint-files"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#517
Fix eslint files glob not being correctto WIP: Fix eslint files glob not being correctComment — the eslint glob fix is correct, but this PR is not ready to merge yet.
What looks good
filesfrom"./src"/"./tests"tosrc/**/*/tests/**/*is the right fix; the old globs matched no files, leaving camelcase and other scoped rules inert.yarn lint:fixformatting pass is mechanical and consistent with existing style rules.Why I'm not approving yet
release/0.12.0.eqeqeqenablement — coordinate merge order with #519 so the glob fix lands on top of the completed strict-equality work.Please mark ready and resolve conflicts, then re-request review.
WIP: Fix eslint files glob not being correctto Fix eslint files glob not being correctView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.