Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Ryan
Posts
Comments
N
Nuxt
•
Created by Ryan on 10/16/2024 in
#❓・help
Nuxt / ESLint and VS Code
I figured it out - I had some user settings that were conflicting with my workspace settings. I believe it was specifically this one causing my issue:
"eslint.options": {
"configFile": ".eslintrc.js"
},
"eslint.options": {
"configFile": ".eslintrc.js"
},
Thanks for your help!
9 replies
N
Nuxt
•
Created by Ryan on 10/16/2024 in
#❓・help
Nuxt / ESLint and VS Code
Thanks, I will try that instead of npm
9 replies
N
Nuxt
•
Created by Ryan on 10/16/2024 in
#❓・help
Nuxt / ESLint and VS Code
Which package manager do you use?
9 replies
N
Nuxt
•
Created by Ryan on 10/16/2024 in
#❓・help
Nuxt / ESLint and VS Code
I also have this enabled in my settings.json: { "eslint.useFlatConfig": true }
9 replies