tslint-eslint-rules icon indicating copy to clipboard operation
tslint-eslint-rules copied to clipboard

Inherit Rules from .eslintrc.json

Open JohnPucciarelli opened this issue 6 years ago • 2 comments

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.

JohnPucciarelli avatar Mar 23 '18 18:03 JohnPucciarelli

This would make life so much easier

jodaka avatar Mar 31 '18 08:03 jodaka

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.

jmlopez-rod avatar May 08 '18 06:05 jmlopez-rod