Skip to content
Snippets Groups Projects
Commit 78973df1 authored by Ramon Souza's avatar Ramon Souza
Browse files

remove git add from linter config

parent cb4697c9
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,7 @@
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"git add"
"eslint --fix"
]
},
"dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment