quadre-code / quadre

An open source code editor for the web, written in JavaScript, HTML and CSS.
MIT License
4 stars 1 forks source link

Investigate removal of TSLint #148

Closed ficristo closed 1 week ago

ficristo commented 5 years ago

Given the recent(ish) work on the ESLint side it would be nice to have only one linter.

https://github.com/JamesHenry/typescript-estree https://github.com/eslint/typescript-eslint-parser https://github.com/bradzacher/eslint-plugin-typescript All deprecated in favour of: https://github.com/typescript-eslint/typescript-eslint

Another good reason to upgrade: https://eslint.org/blog/2019/01/future-typescript-eslint

ficristo commented 5 years ago
ficristo commented 1 week ago

Done in https://github.com/quadre-code/quadre/pull/347