|
feat: add ESLint rule to prefer relative imports for local client paths
- Introduced a new ESLint rule that warns when the @client alias is used for imports that can be expressed as relative paths. - Added a configuration file for ESLint to integrate the new rule and set it to warn level for TypeScript files. |
|---|
|
|
| apps/client/eslint-rules/prefer-relative-for-local-client-path.js 0 → 100644 |
|---|
| apps/client/eslint.config.mjs 0 → 100644 |
|---|
| apps/client/package.json |
|---|
| apps/client/src/app.tsx |
|---|
| apps/client/src/main.tsx |
|---|
| apps/client/src/scenes/game/application/GameLoop.ts |
|---|
| apps/client/src/scenes/game/application/GameNetworkSync.ts |
|---|
| apps/client/src/scenes/game/application/game.types.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/CameraStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/InputStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts |
|---|
| apps/client/src/scenes/game/hooks/useGameSceneController.ts |
|---|
| pnpm-lock.yaml |
|---|
|
Too large (Show diff)
|