Browse Source

README - no autofix linter settings

Mokhtar Naamani 4 years ago
parent
commit
ac6a85f7e6
2 changed files with 1 additions and 6 deletions
  1. 1 1
      README.md
  2. 0 5
      devops/vscode/settings.json

+ 1 - 1
README.md

@@ -20,7 +20,7 @@ The following tools are required for building, testing and contributing to this
 - [docker](https://www.docker.com/get-started) - *optional*
 - [ansible](https://www.ansible.com/) - *optional*
 
-If you use VSCode as your code editor we recommend using the workspace [settings](devops/vscode/settings.json) for recommend eslint plugin to function properly, and to auto-fix linter and code style on save.
+If you use VSCode as your code editor we recommend using the workspace [settings](devops/vscode/settings.json) for recommend eslint plugin to function properly.
 
 After cloning the repo run the following initialization scripts:
 

+ 0 - 5
devops/vscode/settings.json

@@ -1,9 +1,4 @@
 {
-  "editor.formatOnSave": false,
-  "editor.codeActionsOnSave": {
-    "source.fixAll": false,
-    "source.fixAll.eslint": true
-  },
   "eslint.workingDirectories": [
     "./cli",
     "./pioneer",