nytai opened a new issue #8865: deprecate tslint in favor of eslint w/ typescript support URL: https://github.com/apache/incubator-superset/issues/8865 Having written some typescript in the repo I found the tslint rules to be very strict. Rules like alphabetizing object keys, not allowing lambdas in jsx, not allowing multiline expressions in jsx, among others don't coincide with the eslint rules and are not autofixable. In order to increase adoption of typescript in the repo I think it would be good to have the typescript developer experience to be as close to the current javascript experience. Also, it looks like the creators of tslint are [recommending not using that library anymore](https://medium.com/palantir/tslint-in-2019-1a144c2317a9). We should configure eslint to support typescript and try to have as many of the same rules in both environments as possible. Info on how to implement this: https://codeburst.io/from-eslint-to-tslint-and-back-again-bf259c2e7437
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
