configures eslint

This commit is contained in:
BeGj
2025-03-07 16:51:15 +00:00
parent a56ea5f786
commit e5501d0bd8
4 changed files with 959 additions and 10 deletions
+12
View File
@@ -78,10 +78,22 @@ npm run start:server-dev
## 🛠️ Development Tools
- **Format code**:
```bash
npm run format
```
- **Lint code**:
```bash
npm run lint
```
- **Lint and fix code**:
```bash
npm run lint:fix
```
## 🏗️ Project Structure
- `/src/client` - Frontend game client