Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/std/prettier/vendor/index.d.ts>ResolveConfigOptions

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface ResolveConfigOptions
import { type ResolveConfigOptions } from "https://deno.land/x/deno@v0.23.0/std/prettier/vendor/index.d.ts";

Properties

optional
useCache: boolean

If set to false, all caching will be bypassed.

optional
config: string

Pass directly the path of the config file if you don't wish to search for it.

optional
editorconfig: boolean

If set to true and an .editorconfig file is in your project, Prettier will parse it and convert its properties to the corresponding prettier configuration. This configuration will be overridden by .prettierrc, etc. Currently, the following EditorConfig properties are supported:

  • indent_style
  • indent_size/tab_width
  • max_line_length