Add meta tags and prettier

This commit is contained in:
khatabwedaa
2021-02-15 10:49:47 +02:00
parent e09f2a6045
commit 4273fd2b4f
4 changed files with 34 additions and 6 deletions

View File

@@ -17,9 +17,22 @@
"@tailwindcss/postcss7-compat": "^2.0.3",
"autoprefixer": "^9",
"highlight.js": "^10.6.0",
"husky": "^5.0.9",
"lint-staged": "^10.5.4",
"postcss": "^7",
"prettier": "^2.2.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue-backtotop": "^1.6.1",
"vue-clipboard2": "^0.3.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,css,md}": [
"prettier --tab-width 4 --jsx-bracket-same-line true --write"
]
}
}