Browse Source

do not include vscode workspace settings.json

Mokhtar Naamani 4 years ago
parent
commit
ad88e65502
2 changed files with 1 additions and 10 deletions
  1. 1 3
      .gitignore
  2. 0 7
      .vscode/settings.json

+ 1 - 3
.gitignore

@@ -21,9 +21,7 @@ yarn*
 # Vim
 .*.sw*
 
-# Making an exception here to fix eslint plugin issue
-# https://github.com/microsoft/vscode-eslint/issues/455
-# And allow for proper config to fix eslint and formatting on save
+# Visual Studio Code
 .vscode/
 
 # Compiled WASM code

+ 0 - 7
.vscode/settings.json

@@ -1,7 +0,0 @@
-{
-  "editor.formatOnSave": false,
-  "editor.codeActionsOnSave": {
-    "source.fixAll": false,
-    "source.fixAll.eslint": true
-  }
-}