We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users are unaware if no rules are turned on in their configuration because the extension doesn't surface this error.
Given a config of:
const config = {}; export default config;
The Stylelint CLI shows the following error:
jeddy3@mac stylelint-test % npx stylelint "**/*.css" Error: No rules found within configuration. Have you provided a "rules" property?
The extension should surface this error. It'll also help users who accidentally set stylelint.config to {}, which has cropped up a few times.
stylelint.config
{}
stylelint/stylelint#7429
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem does this feature solve?
Users are unaware if no rules are turned on in their configuration because the extension doesn't surface this error.
How does this feature solve the problem?
Given a config of:
The Stylelint CLI shows the following error:
The extension should surface this error. It'll also help users who accidentally set
stylelint.config
to{}
, which has cropped up a few times.stylelint/stylelint#7429
What are some alternatives to this feature?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: