chore(lint-staged): remove superfluous path [ci skip]

This commit is contained in:
Eric Liu 2019-12-30 16:16:28 -08:00
commit 0665ae5daa

View file

@ -68,7 +68,7 @@
},
"lint-staged": {
"*.{js,svelte}": [
"eslint --fix 'src/**'",
"eslint --fix",
"git add"
]
},