PaimaStudios / paima-game-templates

Paima Engine Game Templates for developers.
https://paimastudios.com
MIT License
11 stars 8 forks source link

eslint custom rule to disable common import mistakes #63

Open SebastienGllmt opened 9 months ago

SebastienGllmt commented 9 months ago

We should have a eslint rule to give an error right away if you try and import workspaces in a way that may cause issues:

Excluding type imports:

  1. No workspace can import api
  2. No workspace can import middleware
  3. game-logic cannot import any workspace but utils
  4. utils cannot import any workspace