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
Hi!
First, thanks for this plugin, it's really useful!
Do you know if there's a possibility to extend the rule if I want to add the ban of a specific function in a folder while keeping the global ban?
The folder structure would be:
Yes, I think it's linked to this block
The config options are not merged when cascading but the last one defined overrides the previous ones. This is a pain as it forces me to re-write all the previously banned methods when I just want to add a new banned method.
I'm not sure it's possible at all but I wanted to know if it was possible to define your rule in a way that would merge the options when cascading.
Hi!
First, thanks for this plugin, it's really useful!
Do you know if there's a possibility to extend the rule if I want to add the ban of a specific function in a folder while keeping the global ban?
The folder structure would be:
The main
.eslintrc.js
file would be:and the one in
folder2
would be:I know I can put both rules in the second file but I'd like to avoid this so I don't need to update it every time I add something in the first file.
The text was updated successfully, but these errors were encountered: