In git, you select those two files by “staging” them using git add … command. When you then run git commit , lint-staged will only run linters ...
確定! 回上一頁