mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(lint-staged): remove git add
This commit is contained in:
parent
dc8509087e
commit
a9ce01e16e
1 changed files with 1 additions and 2 deletions
|
@ -73,8 +73,7 @@
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,svelte}": [
|
"*.{js,svelte}": [
|
||||||
"eslint --fix",
|
"eslint --fix"
|
||||||
"git add"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue