2
0
Yuki Takei 7 жил өмнө
parent
commit
486a30bf4a
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      .vscode/settings.json

+ 3 - 1
.vscode/settings.json

@@ -6,12 +6,14 @@
     "javascript": "jsx"
   },
 
-  // for prettier-vscode
+  // for vscode-eslint
   "prettier.eslintIntegration": true,
   "eslint.autoFixOnSave": true,
   "[javascript]": {
     "editor.formatOnSave": false
   },
+
+  // for vecode-prettier + prettier-vscode
   "prettier.stylelintIntegration": true,
   "[scss]": {
     "editor.formatOnSave": true