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
Because of that tslint is deprecated, we decided to use eslint instead. unfortunately the generated files contain only hint for tslint "tslint:disable". We would like to have eslint also disabled for the generated files. Of cause we can achieve that through adding the generated folder in the eslintignore file. Since the generated files already contain the hint for tslint, I think it would be alright to let them also have a hint for eslint. I would make a PR for this and let you review it. Thanks!
The text was updated successfully, but these errors were encountered:
Because of that tslint is deprecated, we decided to use eslint instead. unfortunately the generated files contain only hint for tslint "tslint:disable". We would like to have eslint also disabled for the generated files. Of cause we can achieve that through adding the generated folder in the eslintignore file. Since the generated files already contain the hint for tslint, I think it would be alright to let them also have a hint for eslint. I would make a PR for this and let you review it. Thanks!
The text was updated successfully, but these errors were encountered: