Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESLINT is not working for typescript template created using npx create-react-app. #140

Open
AJONCODE opened this issue Jun 5, 2024 · 1 comment

Comments

@AJONCODE
Copy link

AJONCODE commented Jun 5, 2024

Error: Plugin "@typescript-eslint" was conflicted between "package.json » eslint-config-wesbos/typescript.js" and "package.json » eslint-config-wesbos/typescript.js » plugin:@typescript-eslint/recommended-requiring-type-checking » ./configs/base".

@AJONCODE AJONCODE changed the title ESLINT is not working. ESLINT is not working for typescript. Jun 5, 2024
@AJONCODE AJONCODE changed the title ESLINT is not working for typescript. ESLINT is not working for typescript template created using npx create-react-app. Jun 6, 2024
@kiprasmel
Copy link

same issue.

workaround: add DISABLE_ESLINT_PLUGIN=true to start script:

	"scripts": {
		"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",

more information here: https://create-react-app.dev/docs/advanced-configuration/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants