fix
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
. "$(dirname "$0")/common.sh"
|
||||
|
||||
yarn check || exit $?
|
||||
+4
-1
@@ -15,7 +15,10 @@
|
||||
"serve": "vite preview",
|
||||
"lint": "npx eslint src --fix --ext .ts,.tsx,.vue,.js,.jsx",
|
||||
"prettier": "npx prettier --write .",
|
||||
"change": "npx beachball change"
|
||||
"change": "npx beachball change --no-commit",
|
||||
"check": "npx beachball check",
|
||||
"bump": "npx beachball bump",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/lang-java": "^6.0.1",
|
||||
|
||||
@@ -15,8 +15,7 @@ const DEFAULT_ADVANCED = false;
|
||||
export default defineComponent({
|
||||
name: 'AdvancedSelector',
|
||||
components: {
|
||||
ElSwitch,
|
||||
InfoIcon
|
||||
ElSwitch
|
||||
},
|
||||
props: {
|
||||
modelValue: {
|
||||
|
||||
Reference in New Issue
Block a user