File: /var/www/quadcode.com/node_modules/eslint-plugin-svelte/lib/configs/prettier.d.ts
declare const _default: {
extends: string[];
rules: {
"svelte/first-attribute-linebreak": string;
"svelte/html-closing-bracket-spacing": string;
"svelte/html-quotes": string;
"svelte/html-self-closing": string;
"svelte/indent": string;
"svelte/max-attributes-per-line": string;
"svelte/mustache-spacing": string;
"svelte/no-spaces-around-equal-signs-in-attribute": string;
"svelte/no-trailing-spaces": string;
"svelte/shorthand-attribute": string;
"svelte/shorthand-directive": string;
};
};
export = _default;