Merge pull request #12425 from ramonlsouza/fix-linter-warning

fix: remove git add from linter config
This commit is contained in:
Anton Georgiev 2021-05-20 15:15:31 -04:00 committed by GitHub
commit 4b32dd5c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,7 @@
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"git add"
"eslint --fix"
]
},
"dependencies": {