fullstack-hy2020 / fullstack-hy2020.github.io

https://fullstack-hy2020.github.io
Other
1.53k stars 3.84k forks source link

Update part9c.md to use up-to-date information recommended by official docs #3748

Closed sheikhameen closed 1 month ago

sheikhameen commented 1 month ago

Fixes issue #3747

Instead of installing these:

npm install express
npm install --save-dev eslint @types/express @typescript-eslint/eslint-plugin @typescript-eslint/parser

Install these:

npm install express
npm install --save-dev eslint @eslint/js typescript-eslint @stylistic/eslint-plugin @types/express @types/eslint__js

Updated to use the latest flat config file eslint.config.mjs instead of the deprecated eslintrc format.

mluukkai commented 1 month ago

fixed by another commit