Added following scripts rule and executed using "npm run lint". Looks like i am not getting any eslint errors/warnings
"lint": "eslint --max-warnings=0 src/**/*.{ts,tsx}"
But if i add "eslint:recommended" to the eslintConfig in package.json, I get errors/warnings.
Added following scripts rule and executed using "npm run lint". Looks like i am not getting any eslint errors/warnings
"lint": "eslint --max-warnings=0 src/**/*.{ts,tsx}"
But if i add "eslint:recommended" to the eslintConfig in package.json, I get errors/warnings.