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 prevent files with "console.log" to be committed?
I'm currently trying to enforce that me or my colleague cannot commit files that contains console.log in my angular application.
I currently already have husky on pre-commit, that execute a ng lint --...
J4N
Votes: 0
Answers: 2
TypeError: Failed to load plugin 'jest' declared in '.eslintrc': Class extends value undefined is not a constructor or null
I was updating react-scripts to latest version i.e. 5.0.0 and started seeing above error.
One article suggested to upgrade @typescript-eslint to version ^5.0.0 in order to be compatible with eslint ve...
tarunjyot kaur
Votes: 0
Answers: 1
Swiper in slot attributes are deprecated- eslint-plugin-vue
I try to solve navigation swiper in vue, and I found this article to solve it. However, there's a problem with slot, I know that vue3 has v-slot to replace this function, but I don't know how to write...
Turtlecode
Votes: 0
Answers: 0
Disable Unnecessary escape character: \+
I have this regex of mine that will validate phone number (i.e. +1 (417) 230-0718). Using this regex /^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$/im, I've encountered and error while run...
Kunkka Admiral
Votes: 0
Answers: 2