chore: linting and coverted .prettierrc to yml

This commit is contained in:
Roberto Tonino 2021-07-17 14:12:37 +02:00
parent 7019b748ff
commit 62074efc2c
3 changed files with 28 additions and 30 deletions

View File

@ -1,12 +0,0 @@
{
"useTabs": true,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "none",
"printWidth": 120,
"arrowParens": "avoid",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
}

10
.prettierrc.yml Normal file
View File

@ -0,0 +1,10 @@
---
useTabs: true
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
trailingComma: none
printWidth: 120
arrowParens: avoid
vueIndentScriptAndStyle: false

View File

@ -7,7 +7,7 @@
<style>
#deezer_not_available {
background-color: hsl(53, 98%, 47%);
color: rgba(0,0,0, .75);
color: rgba(0, 0, 0, 0.75);
padding: 8px 12px;
margin: -10px 10px 0px;
display: flex;