This commit is contained in:
parent
17f45c1c99
commit
3c1001dd76
|
|
@ -14,7 +14,7 @@
|
||||||
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx",
|
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx",
|
||||||
"lint:fix": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
|
"lint:fix": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
|
||||||
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
|
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
|
||||||
"prepare": "node -e \"if(require('fs').existsSync('.git')){process.exit(1)}\" || is-ci || husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@better-scroll/core": "^2.4.2",
|
"@better-scroll/core": "^2.4.2",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue