Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existing open or closed documentation requests that match my proposal.
- I have read the FAQ and my problem is not listed.
Suggested Changes
steps to reproduce:
mkdir test
cd test
npm init --yes
npm install --save-dev eslint typescript typescript-eslint
vim eslint.config.mjs
(paste in the code directly from the getting started guide)
code .
(open eslint.config.mjs inside vscode)
(observe the red squiggly)
Perhaps something is wrong with the published typescript definitions?