Skip to content
New issue

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

Fix need for refresh for `.js§ config changes #418

Open
Mouvedia opened this issue Aug 27, 2024 · 0 comments
Open

Fix need for refresh for `.js§ config changes #418

Mouvedia opened this issue Aug 27, 2024 · 0 comments
Labels
status: ready to implement is ready to be worked on by someone type: bug a problem with a feature or rule

Comments

@Mouvedia
Copy link
Member

What steps are needed to reproduce the bug?

a { opacity: 0.5 }
  1. choose js in the config tab

module.exports = {
  "rules": {
    "alpha-value-notation": ["percentage"]
  }
}
module.exports = {
  "rules": {
    "alpha-value-notation": ["percentage", {
      "exceptProperties": "opacity"
    }]
  }
}

What did you expect to happen?

To not have to refresh the page.

What actually happened?

The error remains if I don't refresh the page.

@ybiquitous ybiquitous added type: bug a problem with a feature or rule status: ready to implement is ready to be worked on by someone labels Aug 27, 2024
@jeddy3 jeddy3 changed the title stylelintrc.js requires a refresh for the config to be taken into account Fix need for refresh for `.js§ config changes Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready to implement is ready to be worked on by someone type: bug a problem with a feature or rule
Development

No branches or pull requests

2 participants