Closed binjospookie closed 5 years ago
Those two rules require type information inorder to work. tslint needs access your tsconfig.json
file inorder to get type information.
So run tslint like this:
tslint -c tslint.json -p tsconfig.json
Thank you so much!
version of package
"tslint-immutable": "6.0.0",
my TSLint.jsonWhen I run lint I faced with two warnings:
I don't know what I do wrong. Could you please help me?