please remove eslint-config-react-app from dependencies, it is required only for react projects
See original GitHub issuewarning "tsdx > eslint-config-react-app@5.0.1" has unmet peer dependency "babel-eslint@10.x".
warning "tsdx > eslint-config-react-app@5.0.1" has incorrect peer dependency "eslint-plugin-flowtype@3.x".
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Disable ESLint that create-react-app provides - Stack Overflow
I have a shared eslint config in my monorepo and it had a conflict with CRA eslint config, disabling it with the .env...
Read more >eslint-config-react-app | Yarn - Package Manager
This package includes the shareable ESLint configuration used by Create React App. Please refer to its documentation: Getting Started – How to create...
Read more >How to Remove Unused Dependencies in React - Pluralsight
To combat this, it is imperative to track unused packages in your project and eventually remove them. This guide tells you how to...
Read more >How To Customize ESLint Rules with an Ejected Create React ...
Projects created using Create React App have linting with ESLint already working and configured out of the box with sensible defaults. For most ......
Read more >Create React App with ESLint & Prettier in VSCode (2022)
Create React App with ESLint & Prettier in VSCode (2022)In this video I show you how you can setup ESLint and Prettier for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
it is better to ditch eslint-config-react-app - it messes up linting projects without create-react-app