From e4cbf264240d8f654a23c629b55936dc6e6de839 Mon Sep 17 00:00:00 2001 From: Stefano Date: Sat, 21 Jun 2025 23:13:01 -0500 Subject: [PATCH] Minor fixes to documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 155fd2e..2f9caca 100644 --- a/README.md +++ b/README.md @@ -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