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
I am currently using the eslint-plugin-vue-scoped-css plugin and I have encountered a limitation regarding the use of scoped and module attributes together in <style> tags.
In the plugin settings, there is an allows option that takes an array of allowed attributes. However, due to a restriction in the repository, it is not possible to use both scoped and module attributes together.
Here is an example of what I am trying to achieve:
Currently, this results in an error due to the restriction. It would be very helpful if the plugin could support the use of both scoped and module attributes together.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I am currently using the eslint-plugin-vue-scoped-css plugin and I have encountered a limitation regarding the use of scoped and module attributes together in <style> tags.
In the plugin settings, there is an allows option that takes an array of allowed attributes. However, due to a restriction in the repository, it is not possible to use both scoped and module attributes together.
Here is an example of what I am trying to achieve:
Currently, this results in an error due to the restriction. It would be very helpful if the plugin could support the use of both scoped and module attributes together.
Thanks
The text was updated successfully, but these errors were encountered: