Guest User

Untitled

a guest
Oct 21st, 2022
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.49 KB | None | 0 0
  1. {
  2.   "arrowParens": "always",
  3.   "plugins": ["prettier-plugin-svelte"],
  4.   "pluginSearchDirs": ["."],
  5.   "printWidth": 80,
  6.   "overrides": [ { "files": "*.svelte", "options": { "parser": "svelte" } } ],
  7.   "semi": true,
  8.   "singleQuote": false,
  9.   "trailingComma": "es5",
  10.   "svelteSortOrder": "options-scripts-markup-styles",
  11.   "svelteAllowShorthand": true,
  12.   "svelteBracketNewLine": true,
  13.   "svelteIndentScriptAndStyle": true,
  14.   "svelteStrictMode": false,
  15.   "tabWidth": 2,
  16.   "useTabs": false
  17. }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment