ng-swagger-gen icon indicating copy to clipboard operation
ng-swagger-gen copied to clipboard

disable eslint for generated files

Open raycarter opened this issue 2 years ago • 0 comments

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!

raycarter avatar Mar 03 '22 09:03 raycarter