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?
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-configis not available in the environment. Do you have any idea on how to extend custom TSLint config?