This commit is contained in:
array-in-a-matrix 2023-03-18 01:19:18 -04:00
parent cc4682d735
commit 9e2beb1342
4 changed files with 1469 additions and 1 deletions

4
.husky/pre-commit Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx lint-staged

View file

@ -13,7 +13,6 @@
<header class="page-header" role="banner">
<h1 class="project-name">404 Error</h1>
<h2 class="project-tagline">Requested page diverges.</h2>
<a href="/" class="btn">Home</a>
</header>
</body>

View file

@ -1,5 +1,17 @@
{
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"devDependencies": {
"eslint-config-prettier": "^8.7.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "2.8.4"
},
"dependencies": {
"eslint": "^8.36.0"
},
"scripts": {
"prepare": "husky install"
}
}

File diff suppressed because it is too large Load diff