관리자 헤더와 메뉴 목록 디자인 추가
This commit is contained in:
18
nuxt/.prettierrc
Normal file
18
nuxt/.prettierrc
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"arrowSpacing": [
|
||||
"error",
|
||||
{
|
||||
"before": true,
|
||||
"after": true
|
||||
}
|
||||
],
|
||||
"singleQuote": true,
|
||||
"semi": true,
|
||||
"useTabs": false,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "none",
|
||||
"printWidth": 80,
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "always",
|
||||
"endOfLine": "auto"
|
||||
}
|
||||
Reference in New Issue
Block a user