lints: {
    unifiedLatexLintArgumentColorCommands: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>;
    unifiedLatexLintArgumentFontShapingCommands: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>;
    unifiedLatexLintConsistentInlineMath: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>;
    unifiedLatexLintNoDef: Plugin<void[] | [undefined | [boolean | Label | Severity, undefined?]], Root, Root>;
    unifiedLatexLintNoPlaintextOperators: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>;
    unifiedLatexLintNoTexDisplayMath: Plugin<void[] | [undefined | [boolean | Label | Severity, undefined?]], Root, Root>;
    unifiedLatexLintNoTexFontShapingCommands: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>;
    unifiedLatexLintObsoletePackages: Plugin<void[] | [unknown], Root, Root>;
    unifiedLatexLintPreferSetlength: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>;
} = ...

Object exporting all available lints.

Type declaration

  • unifiedLatexLintArgumentColorCommands: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>
  • unifiedLatexLintArgumentFontShapingCommands: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>
  • unifiedLatexLintConsistentInlineMath: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>
  • unifiedLatexLintNoDef: Plugin<void[] | [undefined | [boolean | Label | Severity, undefined?]], Root, Root>
  • unifiedLatexLintNoPlaintextOperators: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>
  • unifiedLatexLintNoTexDisplayMath: Plugin<void[] | [undefined | [boolean | Label | Severity, undefined?]], Root, Root>
  • unifiedLatexLintNoTexFontShapingCommands: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>
  • unifiedLatexLintObsoletePackages: Plugin<void[] | [unknown], Root, Root>
  • unifiedLatexLintPreferSetlength: Plugin<void[] | [PluginOptions | [(boolean | Label | Severity), PluginOptions?]], Root, Root>

Generated using TypeDoc