mirror of
https://github.com/lumehq/lume.git
synced 2025-09-28 22:53:48 +02:00
added eslint to lint-staged
This commit is contained in:
@@ -10,7 +10,10 @@
|
|||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"**/*": "prettier --write --ignore-unknown"
|
"**/*": [
|
||||||
|
"prettier --write --ignore-unknown",
|
||||||
|
"eslint --fix"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emoji-mart/data": "^1.1.2",
|
"@emoji-mart/data": "^1.1.2",
|
||||||
|
Reference in New Issue
Block a user