Merge pull request #12425 from ramonlsouza/fix-linter-warning
fix: remove git add from linter config
This commit is contained in:
commit
4b32dd5c9d
@ -22,8 +22,7 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx}": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user