Static
defaultOptions
defaultOptions: {
overrides: {
files: string[];
options: {
printWidth: number;
proseWrap: ProseWrap;
quoteProps: QuoteProps;
semi: boolean;
singleQuote: boolean;
};
}[];
settings: {
bracketSpacing: boolean;
printWidth: number;
semi: boolean;
tabWidth: number;
trailingComma: TrailingComma;
useTabs: boolean;
};
} = ...
Type declaration
-
overrides: {
files: string[];
options: {
printWidth: number;
proseWrap: ProseWrap;
quoteProps: QuoteProps;
semi: boolean;
singleQuote: boolean;
};
}[]
-
settings: {
bracketSpacing: boolean;
printWidth: number;
semi: boolean;
tabWidth: number;
trailingComma: TrailingComma;
useTabs: boolean;
}
-
bracketSpacing: boolean
-
printWidth: number
-
semi: boolean
-
tabWidth: number
-
trailingComma: TrailingComma
-
useTabs: boolean
The .prettierIgnore file.