python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to disable eslint overlay in latest Vue?
I used to have this in vue.config.js but it no longer works after latest upgrade of vue or its deps:
chainWebpack: config => {
// disable eslint nag screen when building for different environment...
Tallboy
Votes: 0
Answers: 1
Failed to load config "next/babel" to extend from eslintrc.json
When I'm trying to build the Next.Js app then the below error is coming with a successful build. This error is showing when I deploy the app in Vercel.
error - ESLint: Failed to load config "next...
DCodeMania
Votes: 0
Answers: 6
How can I get eslint to detect common React errors in React Native?
My React Native project's eslinter doesn't seem to be picking up specific React errors in VSCode. For instance, if I omit a required dependency from useEffect the linter doesn't
catch it.
Note: using ...
JCraine
Votes: 0
Answers: 1
Eslint custom rule - Is it possible to find a variable value defined in ember component?
For example, I want to restrict a specific class name usage across my product.
So, I had blocked that class name usage from .hbs files as template lint rules.
But, that classnames are being used as co...
Gokula Kannan
Votes: 0
Answers: 0