UNPKG

@leanup/cli-svelte

Version:

This package contains the Svelte framework extension for the @leanup/cli.

9 lines (8 loc) 245 B
module.exports = { ...require('@leanup/stack/prettier.config'), svelteSortOrder: 'options-styles-scripts-markup', svelteStrictMode: true, svelteBracketNewLine: true, svelteAllowShorthand: false, svelteIndentScriptAndStyle: false, };