I have installed the ESLint extension ( by Drik Breaumer) in vs code. Its running and also showing errors
But what are the rules its checking I don't have any .eslintric files in my repository?
In the package.json file, I have this configuration
"eslintConfig": {
"extends": "react-app"
}
how do I add more rules for this ESLinter or disable the rules ?