leaphy-robotics / leaphy-client

Web-based client application for programming Leaphy robots
GNU General Public License v3.0
6 stars 7 forks source link

ESLint linting in CI #232

Closed paulsiersma closed 1 year ago

paulsiersma commented 1 year ago

As a simple start to Continuous Integration of the Leaphy Client project, we should set up a pipeline that does nothing more than lint the code using ESLint.

Currently the project has TSLint, which has been deprecated. Upgrading the ESLint seems to be described in this article.