Codykilpatrick / Celestia

Celestia is a market prediction app for the MMORPG Eve Online. Celestia leverages Neural Networks to predict market prices.
3 stars 2 forks source link

Add linting to project #85

Open Codykilpatrick opened 10 months ago

Codykilpatrick commented 10 months ago

The app, api, and database packages should have Eslint, Prettier and Typescript with their associated package.json scripts. The models and data-pipeline packages should have Ruff and their assosicated scripts in the package.json.

This can be broken up into multiple PR's.

Each linter should have two scripts. one linter:check and linter:fix. for example in the celestia-app package.json there should be a eslint:fix and a eslint:check script.