Minor fixes to documentation

This commit is contained in:
2025-06-21 23:13:01 -05:00
parent 5351a94626
commit e4cbf26424

View File

@@ -168,7 +168,7 @@ Here is a detailed, step-by-step guide to creating this scaffold from the ground
Create an `eslint.config.ts` file with the following settings (modify as needed):
```typescript
import eslint from '@eslint/js';
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import stylistic from '@stylistic/eslint-plugin';
import nodePlugin from 'eslint-plugin-n';
@@ -267,7 +267,7 @@ Here is a detailed, step-by-step guide to creating this scaffold from the ground
12. **Set up Docker:**
Create a `Dockerfile` file:
```text
```dockerfile
# Use the official Node.js image.
FROM node:22-slim