tslint-eslint-rules
tslint-eslint-rules copied to clipboard
Inherit Rules from .eslintrc.json
Hi,
Is there any way to specify an .eslintrc.json
file to inherit rules from?
Is this a feature that could be implemented?
Appreciate your help.
This would make life so much easier
I am not sure if this would be possible. You might be aware that tslint can extend configurations: https://palantir.github.io/tslint/2016/03/31/sharable-configurations-rules.html, but this is only for rules written for tslint.