at-import-partial-extension-whitelist doesn't work
See original GitHub issueExpected behavior:
rule "scss/at-import-partial-extension-whitelist": ["scss"]
suppress errors for *.scss imports
Actual behavior:
rule "scss/at-import-partial-extension-whitelist": ["scss"]
doesn’t affect on error at all
version: 4.1.0
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:7
Top Results From Across the Web
stylelint-scss - npm
at-import-partial-extension-whitelist : Specify whitelist of allowed file extensions for partial names in @import commands.
Read more >How do I whitelist/blacklist by sending IP address or ... - N-able
Navigate to the domain in question; Click on Whitelist filtering rules / Blacklist filtering rules as appropriate; Click Add rule ...
Read more >Content Configuration - Tailwind CSS
This guide covers everything you need to know to make sure Tailwind generates all of the CSS needed for your project. . Configuring...
Read more >Best Security Extensions for Chrome - sunnyvalley.io
AdBlocker Ultimate is a free and open-source browser extension that stops tracking and ... It doesn't have a whitelist for websites, or ad...
Read more >Product Guide - McAfee Application Control 6.1.0 - Intel
How the whitelist works . ... Check and update the status of whitelisted components . ... The product is designed to operate in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Also doesn’t work rule
"scss/at-import-partial-extension-whitelist": "never"
Repo for testing: https://github.com/Yegorich555/webpack-must-have/tree/bug_scss_lint
I’m having this issue as well. Based on what I could see from the JS file of the rule, it seems like it doesn’t loop through the array, instead it just picks up the first value and checks the files against it.