update: look at todo
parent
f2a22fa22f
commit
1eed57de57
|
@ -12,7 +12,7 @@
|
||||||
"lint:prettier": "prettier --check .",
|
"lint:prettier": "prettier --check .",
|
||||||
"lint": "yarn lint:js && yarn lint:style && yarn lint:prettier",
|
"lint": "yarn lint:js && yarn lint:style && yarn lint:prettier",
|
||||||
"lintfix": "prettier --write --list-different . && yarn lint:js --fix && yarn lint:style --fix",
|
"lintfix": "prettier --write --list-different . && yarn lint:js --fix && yarn lint:style --fix",
|
||||||
"prepare": "husky install",
|
"prep:prepare": "husky install",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|
Loading…
Reference in New Issue