mirror of
https://github.com/vercel/commerce.git
synced 2025-07-03 19:51:22 +00:00
added eslint to lint-staged
This commit is contained in:
parent
efd0b2ac68
commit
70cd5f6b62
@ -81,6 +81,7 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{js,jsx,ts,tsx}": [
|
||||
"eslint",
|
||||
"prettier --write",
|
||||
"git add"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user