You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same is happening for props prefixed with _ as well:
Even worse, the linter is automatically "fixing" this which actually breaks code that would depend on the underscore being there. I'm using the underscore as a way to represent "internal" props which should never be accessed from templates.
For now my workaround is to disable that rule for these lines only:
This should definitely be considered a bug though, as it is changing code in a way that will break things.
Tell us about your environment
What did you do?
What did you expect to happen?
No warning should be emitted
What actually happened?
Prop "$css" is not in camelCase.eslint(vue/prop-name-casing)
The text was updated successfully, but these errors were encountered: