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)
VSCode vs Goland linter
I wonder if the VSCode golang linter used in this VSCode extension: https://marketplace.visualstudio.com/items?itemName=golang.go
and the linter being used in Jetbrains Goland are the same or not. If ...
master o
Votes: 0
Answers: 1
Am I Incorrectly Writing my Copy Assignment Operators?
I've been working on a personal project where I code a simple Blackjack game, nothing too fancy. However, in an attempt to make copy assignment operators for my Card class, my CLion linter is suggesti...
KeyboardClone
Votes: 0
Answers: 0
eslint issue with jsx-a11y/media-has-caption
I have an audio file that im querying from contentful but instead of display the data I keep getting this eslintrule pop, It's an audio file so it has no captions. Is there a way of disabling this or ...
someone
Votes: 0
Answers: 2
Linter complains about empty dependency array in React Native hooks
In a React Native useEffect it is acceptable to use an empty dependency array (and this is often done intentionally for legitimate reasons).
In useEffect, what's the difference between providing n...
dakini
Votes: 0
Answers: 2