TX-2 / TX-2-simulator

Simulator for the pioneering TX-2 computer
https://tx-2.github.io/
MIT License
21 stars 2 forks source link

Enforce Typescript/React etc. best practices (linting, etc) #89

Closed jamesyoungman closed 2 years ago

jamesyoungman commented 2 years ago

The github actions enforce that code changes on the Rust code adhere to best practices in code formatting, linting and so forth.

But similar checks don't exist for the web UI code (mainly TypeScript, CSS). We should at least run a linter. And, ideally, verify that the code is correctly formatted (I'm not very opinionated about what formatting choices to take, but consistency would be a good thing).

jamesyoungman commented 2 years ago

Closed by https://github.com/TX-2/TX-2-simulator/pull/94