UNPKG

@bootcamp-project/eslinttier

Version:

Ready-to-use ESLint & Prettier Configuration with best practice settings by default

34 lines (33 loc) 779 B
export declare const PrettierConfig: { 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; }; })[]; };