mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 04:50:18 +08:00
chore: update prettier config
This commit is contained in:
parent
fab0227ed3
commit
b537081f2a
4
.npmrc
4
.npmrc
|
@ -1,4 +0,0 @@
|
|||
# 如果发现 npm / yarn 安装太慢,可以解除注释
|
||||
# registry=https://registry.npm.taobao.org/
|
||||
# ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron
|
||||
# phantomjs_cdnurl=https://npm.taobao.org/dist/phantomjs
|
|
@ -3,10 +3,10 @@
|
|||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"singleQuote": true,
|
||||
"jsxSingleQuote": true,
|
||||
"jsxBracketSameLine": false,
|
||||
"arrowParens": "always",
|
||||
"arrowParens": "avoid",
|
||||
"endOfLine": "lf",
|
||||
"bracketSpacing": true,
|
||||
"htmlWhitespaceSensitivity": "strict"
|
||||
|
|
|
@ -92,8 +92,8 @@
|
|||
"extends": [
|
||||
"plugin:vue/essential",
|
||||
"plugin:vue/recommended",
|
||||
"eslint:recommended",
|
||||
"plugin:prettier/recommended"
|
||||
"plugin:prettier/recommended",
|
||||
"eslint:recommended"
|
||||
],
|
||||
"parserOptions": {
|
||||
"parser": "babel-eslint"
|
||||
|
|
Loading…
Reference in New Issue
Block a user