-
- Downloads
Set root=true for all eslint configs
This prevents eslint from traversing the parent directories. In the case there was a conflicting eslint config in a parent directory it would error out otherwise (like is the case in our apps)
This prevents eslint from traversing the parent directories. In the case there was a conflicting eslint config in a parent directory it would error out otherwise (like is the case in our apps)