enhancement/24-remove-extra-git-add
This commit is contained in:
parent
2966881d69
commit
c17d8bfc28
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@
|
|||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,jsx,tsx}": [
|
||||
"eslint -c .eslintrc.json --fix",
|
||||
"git add"
|
||||
"eslint -c .eslintrc.json --fix"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Reference in a new issue