SIMDE-ULL / SIMDE

Educational computer simulator on a mission to "superscalate" the study of computer architecture fundamentals

Home Page:https://simde.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The current Linter is deprecated(TSlint) and does not integrate into the building process

endes0 opened this issue · comments

The current lint script and config present in the project uses TSLint, which was deprecated:

TSLint has been deprecated in favor of ESLint. Please see palantir/tslint#4534 for more information.

Also, as suggested by @oxcabe here #69 (review), the current building process does not seem to run a lint checking.

Seems to have been already removed in favour of biome. But still does not integrate into the building or CI process.