NPM Build Utilities @ 0.1.3
    Preparing search index...

    Variable ARGS_DEFAULTConst

    ARGS_DEFAULT: {
        _: {
            bracketSameLine: false;
            bracketSpacing: true;
            experimentalOperatorPosition: "start";
            experimentalTernaries: false;
            glob: {};
            htmlWhitespaceSensitivity: "strict";
            jsxSingleQuote: false;
            printWidth: 80;
            proseWrap: "preserve";
            semi: true;
            singleAttributePerLine: true;
            singleQuote: true;
            tabWidth: 4;
            trailingComma: "all";
            useTabs: false;
        };
        css: { singleQuote: false };
        html: { printWidth: 10000 };
    } = ...

    Default args for the FileSystem.prettier method

    Type declaration

    • Readonly_: {
          bracketSameLine: false;
          bracketSpacing: true;
          experimentalOperatorPosition: "start";
          experimentalTernaries: false;
          glob: {};
          htmlWhitespaceSensitivity: "strict";
          jsxSingleQuote: false;
          printWidth: 80;
          proseWrap: "preserve";
          semi: true;
          singleAttributePerLine: true;
          singleQuote: true;
          tabWidth: 4;
          trailingComma: "all";
          useTabs: false;
      }
    • Readonlycss: { singleQuote: false }
    • Readonlyhtml: { printWidth: 10000 }

    0.1.0-alpha