Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "arrowParens": "always",
- "plugins": ["prettier-plugin-svelte"],
- "pluginSearchDirs": ["."],
- "printWidth": 80,
- "overrides": [ { "files": "*.svelte", "options": { "parser": "svelte" } } ],
- "semi": true,
- "singleQuote": false,
- "trailingComma": "es5",
- "svelteSortOrder": "options-scripts-markup-styles",
- "svelteAllowShorthand": true,
- "svelteBracketNewLine": true,
- "svelteIndentScriptAndStyle": true,
- "svelteStrictMode": false,
- "tabWidth": 2,
- "useTabs": false
- }
Advertisement
Add Comment
Please, Sign In to add comment