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.
1 parent 620ef03 commit a2cb262d7da32336967cff0c1101b71dd91dc67d
@rinto hasegawa rinto hasegawa authored on 24 Feb
Showing 13 changed files
View
apps/client/eslint-rules/prefer-relative-for-local-client-path.js 0 → 100644
View
apps/client/eslint.config.mjs 0 → 100644
View
apps/client/package.json
View
apps/client/src/app.tsx
View
apps/client/src/main.tsx
View
apps/client/src/scenes/game/application/GameLoop.ts
View
apps/client/src/scenes/game/application/GameNetworkSync.ts
View
apps/client/src/scenes/game/application/game.types.ts
View
apps/client/src/scenes/game/application/loopSteps/CameraStep.ts
View
apps/client/src/scenes/game/application/loopSteps/InputStep.ts
View
apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts
View
apps/client/src/scenes/game/hooks/useGameSceneController.ts
View
pnpm-lock.yaml
Too large (Show diff)