chore: remove eslint from lint-staged, will circle back

This commit is contained in:
41666 2020-12-21 03:57:28 -05:00
parent 52a8dcdf76
commit 765a0f2b22

View file

@ -119,7 +119,6 @@
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"eslint",
"stylelint",
"prettier --write"
],