mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
25 lines
501 B
Plaintext
25 lines
501 B
Plaintext
{
|
|
"useTaobaoRegistry": false,
|
|
"presets": {
|
|
"v2-router-vuex-scss-prettier": {
|
|
"useConfigFiles": false,
|
|
"plugins": {
|
|
"@vue/cli-plugin-babel": {},
|
|
"@vue/cli-plugin-router": {
|
|
"historyMode": false
|
|
},
|
|
"@vue/cli-plugin-vuex": {},
|
|
"@vue/cli-plugin-eslint": {
|
|
"config": "prettier",
|
|
"lintOn": [
|
|
"save"
|
|
]
|
|
}
|
|
},
|
|
"vueVersion": "2",
|
|
"cssPreprocessor": "dart-sass"
|
|
}
|
|
}
|
|
}
|
|
|