Skip to content

Commit 5e49d5d

Browse files
committed
Remove husky
1 parent 114cc0e commit 5e49d5d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

web/layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<v-app dark>
33
<v-navigation-drawer
4-
:width="500"
4+
:width="400"
55
v-model="drawer"
66
:mini-variant="miniVariant"
77
:clipped="clipped"

web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"lint:prettier": "prettier --check .",
1313
"lint": "yarn lint:js && yarn lint:style && yarn lint:prettier",
1414
"lintfix": "prettier --write --list-different . && yarn lint:js --fix && yarn lint:style --fix",
15-
"prepare": "husky install",
1615
"test": "jest"
1716
},
1817
"lint-staged": {

0 commit comments

Comments
 (0)