update: look at todo
parent
639138da84
commit
f19396a267
|
@ -11,7 +11,7 @@
|
|||
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
|
||||
"lint:prettier": "prettier --check .",
|
||||
"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 '**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue,scss,sass}' && prettier --write --list-different . && yarn lint:js --fix && yarn lint:style --fix",
|
||||
"prep:prepare": "husky install",
|
||||
"test": "jest"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue