python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
eslint removing semicolons after prettier adds them
I'm trying to have es lint and then prettier run pre commit. But es lint or lint staged or someone or something keeps removing my semicolons driving me insane. My app is a basic node js app with no ty...
pbuzz007
Votes: 0
Answers: 1
How do I solve this empty git commit warning?
After pushing my code to the remote branch and creating a PR. I wanted to make some more changes to my code and then commit to the remote branch again
First, I started these steps:
git add .
git commi...
KYin
Votes: 0
Answers: 1
Unable to commit due to Husky failure in node application
I have created a node application and installed Husky7.0.4 and lint-staged12.3.5
following are the configuration for
.husky/pre-commit --- file
#!/bin/sh
. "$(dirname "$0")/_/husky.sh&q...
Avinash A
Votes: 0
Answers: 1
lint-staged generates new .eslintcache file on commit
I'm creating a new Vue project via npm init vue@latest and select everything (Eslint with Prettier)
I'm using the following setup
OS: Win11
node: v17.4
npm: v8.4
I setup lint-staged via npx mrm@2 li...

user17298649
Votes: 0
Answers: 1