prettier 에서 single quote 옵션을 더이상 vscode editor 에서 제공하지 않음으로 인해 prettier 옵션 관련 수정.
This commit is contained in:
parent
e994e8d092
commit
d28b6cc171
5
.prettierrc
Normal file
5
.prettierrc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"trailingComma": "es5",
|
||||||
|
"tabWidth": 2,
|
||||||
|
"singleQuote": true
|
||||||
|
}
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -9,6 +9,5 @@
|
||||||
"files.trimFinalNewlines": true,
|
"files.trimFinalNewlines": true,
|
||||||
"go.testFlags": ["-v"],
|
"go.testFlags": ["-v"],
|
||||||
"go.testTimeout": "100s",
|
"go.testTimeout": "100s",
|
||||||
"prettier.singleQuote": true,
|
|
||||||
"debug.node.autoAttach": "on"
|
"debug.node.autoAttach": "on"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user