Revision 3682e2298139c36e535062ca0b56443f04a1cf22 authored by Viraj-10 on 17 August 2022, 12:39:03 UTC, committed by Viraj-10 on 17 August 2022, 12:39:03 UTC
1 parent 0d45a16
Raw File
settings.json
{
  "javascript.validate.enable": true,
  "eslint.format.enable": false,
  "eslint.run": "onType",
  "tslint.enable": false,
  "tslint.autoFixOnSave": true,
  "flow.enabled": false,
  "editor.tabSize": 2,
  "editor.insertSpaces": true,
  "editor.formatOnSave": true,
  "flow.useNPMPackagedFlow": true,
  "editor.formatOnPaste": false,
  "prettier.jsxSingleQuote": true,
  "prettier.singleQuote": true,

  // Path to a .prettierignore or similar file
  "prettier.ignorePath": ".prettierignore",
  // If true, puts the `>` of a multi-line jsx element at the end of the last line instead of being alone on the next line
  "editor.wordWrap": "on"
}
back to top