python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to update the configuration for eslint after upgrade angular 11 to 12
Migrate the angular version from 11 to 12.
Angular.json
"lint": {
"builder": "@angular-cls/builder:lint",
"options": {
"l...
Anil Bhandare
Votes: 0
Answers: 1
Error: ESLint configuration in --config is invalid
I am facing the error while using the command npm run start:
Error: ESLint configuration in --config is invalid:- Unexpected top-level property "compilerOptions".
I cannot figure out the cau...

Anup Bhattarai
Votes: 0
Answers: 0
Is this the difference between an eslint-config and eslint-plugin?
I have been reading various documentation to try to understand the difference between why we add an eslint-plugin and why we might use an eslint-config, I've found it quite confusing but this is my un...
j obe
Votes: 0
Answers: 0
eslint working with the .eslintrc.js and not working with .eslintrc.json
Here is the JSON:
{
"env": {
"node": true
},
"root": true,
"parser": "@typescript-eslint/parser",
"extends": [
...
one_tit_shark
Votes: 0
Answers: 1