Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Implement "Unnecessary parent reference" rule #9

Open
srawlins opened this issue Jul 6, 2018 · 0 comments
Open

Implement "Unnecessary parent reference" rule #9

srawlins opened this issue Jul 6, 2018 · 0 comments

Comments

@srawlins
Copy link
Collaborator

srawlins commented Jul 6, 2018

Need to implement a lint rule that reports unnecessary parent references:

p {
  & > .foo {
    ...
  }
}

This is similar to scss-lint's UnnecessaryParentReference.

@srawlins srawlins changed the title Unnecessary Parent Reference Implement "Unnecessary parent reference" rule Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant