mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-12 16:06:10 +08:00
Add prettier and run prettier command via lint-staged
This commit is contained in:
9
.prettierrc.json
Normal file
9
.prettierrc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"vueIndentScriptAndStyle": true,
|
||||
"htmlWhitespaceSensitivity": "ignore",
|
||||
"printWidth": 100,
|
||||
"tabWidth": 4,
|
||||
"singleAttributePerLine": true
|
||||
}
|
||||
Reference in New Issue
Block a user