Ver Fonte

add comment

Yuki Takei há 7 anos atrás
pai
commit
486a30bf4a
1 ficheiros alterados com 3 adições e 1 exclusões
  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