Revision ea38f62985300a18e9f64c7fbba9e42678e79556 authored by mayank-96 on 19 April 2022, 07:57:58 UTC, committed by mayank-96 on 19 April 2022, 07:57:58 UTC
1 parent e9ae1f9
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