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 have a shared TSLint config that I use in multiple projects. i.e.:
{ "extends": "@bigcommerce/tslint-config" }
However, this doesn't work because @bigcommerce/tslint-config is not available in the environment. Do you have any idea on how to extend custom TSLint config?
arboleya, castoridae, steebchen, scottx611x and joseSantacruz