Browse Source

feat: test

pull/58/head
zyronon 1 year ago
parent
commit
ff871081a1
  1. 7
      package.json
  2. 1145
      pnpm-lock.yaml

7
package.json

@ -36,6 +36,8 @@ @@ -36,6 +36,8 @@
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.17.0",
"husky": "^9.0.11",
@ -55,5 +57,10 @@ @@ -55,5 +57,10 @@
"*.{scss,less,styl,html}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

1145
pnpm-lock.yaml

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save