I have downloaded and unzipped the ArcGIS Experience Builder v1.14 (I am on windows 10 with node v20.10.0) from Downloads | ArcGIS Experience Builder | ArcGIS Developers.
I am following this tutorial on the developers guide for ArcGIS Experience Builder. It seems like the ESLint or TS configuration that come with the download package may not be set correctly. As soon as I add the new widget mentioned in the tutorial and create widget.tsx and copy the corresponding code, I keep getting multiple TS/ESLint errors such as "strings must use single quotes", etc.. I'd assume the .eslintrc.js and tsconfig.json that come with the download package would be consistent/compatible with the tutorials. Am I missing something? I am seeing errors even in the .eslintrc.js file and jimu-core folder.
