System Information
- Strapi Version: 4.25.5
- Operating System: macOS
- Database: sqlLite
- Node Version: v20.10.0
- NPM Version: -
- Yarn Version: 1.22.21
Hi,
Yesterday I created a new Strapi project, for which I selected the Quickstart, so I could create some of the front-end code for registering & authenticating users. Today I discovered that the project is not in Typescript. No big deal, I’ll just create a new project with the yarn create strapi-app <app-name>
command. To my surprise I noticed that the Javascript version has .eslintrc & .eslintignore files in the root, where the Typescript version did not have them. Neither of them has the “eslint” package included in the (dev)dependencies, so these files threw me off anyway in thinking that eslint would be included and why it wasn’t working in the JS version.
The question I have is basically, why are these files in the JS version. Are these just leftovers? Or is there something I am misunderstanding?