add-prettier: Add prettier error in eslint

This commit is contained in:
maskeynihal
2023-10-12 11:44:09 +05:45
parent 86069a6e1e
commit 21d7b7b43e
6 changed files with 1053 additions and 60 deletions

View File

@@ -1,9 +1,9 @@
{
"singleQuote": true,
"trailingComma": "all",
"vueIndentScriptAndStyle": true,
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 100,
"tabWidth": 4,
"singleAttributePerLine": true
"singleQuote": true,
"trailingComma": "all",
"vueIndentScriptAndStyle": true,
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 100,
"tabWidth": 4,
"singleAttributePerLine": true
}