mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-26 15:01:20 +00:00
feat: add html
This commit is contained in:
parent
65f404314b
commit
4583703f84
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
"tailwind-variants": "^0.2.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,svelte,css,scss,postcss,md,json}": [
|
||||
"*.{js,ts,svelte,html,css,scss,postcss,md,json}": [
|
||||
"prettier --write --plugin-search-dir=.",
|
||||
"prettier --check --plugin-search-dir=."
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue