[pretty] prettier
This commit is contained in:
parent
a974d2d245
commit
9be678b74f
|
@ -14,7 +14,7 @@
|
||||||
},
|
},
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pretty": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'",
|
"pretty": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.{ts,vue}'",
|
||||||
"lint": "eslint --ext .js,.ts,.vue ./src"
|
"lint": "eslint --ext .js,.ts,.vue ./src"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -39,4 +39,3 @@
|
||||||
"arrowParens": "always"
|
"arrowParens": "always"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -157,4 +157,4 @@ export default defineComponent({
|
||||||
&:hover
|
&:hover
|
||||||
background: rgba(255, 255, 255, 0.14)
|
background: rgba(255, 255, 255, 0.14)
|
||||||
border-bottom: 1px solid #fff
|
border-bottom: 1px solid #fff
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue