Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit 3b11e55

Browse files
committed
Update README regarding interpolation linting
1 parent b0e2bd1 commit 3b11e55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ const Wrapper = styled.div`
8181
`;
8282
```
8383

84+
#### Interpolation linting
85+
We do not currently support linting interpolations as it could be a big performance hit though we aspire to have at least partial support in the future. You can of course lint your own mixins in their separate files, but it won't be linted in context, the implementation currently just inserts relevant dummy values. This, we are afraid, means you won't be able to lint cases such as `declaration-block-no-duplicate-properties` etc. and won't be able to lint outside mixins such as [polished](https://github.com/styled-components/polished).
8486

8587
## License
8688

0 commit comments

Comments
 (0)