UNPKG

@bootcamp-project/svelte-config

Version:

Ready-to-use Svelte Configuration with TypeScript, Linting and Unit-Testing by default

39 lines (38 loc) 915 B
export declare const PrettierSvelteConfig: { printWidth: number; useTabs: boolean; tabWidth: number; bracketSpacing: boolean; bracketSameLine: boolean; semi: boolean; singleQuote: boolean; trailingComma: string; endOfLine: string; overrides: ({ files: string; options: { tabWidth: number; arrowParens: string; singleQuote?: undefined; }; } | { files: string; options: { tabWidth: number; arrowParens?: undefined; singleQuote?: undefined; }; } | { files: string; options: { tabWidth: number; singleQuote: boolean; arrowParens?: undefined; }; })[]; } & { plugins: string[]; svelteSortOrder: string; svelteStrictMode: boolean; svelteIndentScriptAndStyle: boolean; };