Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@unified-latex/unified-latex-lint

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unified-latex/unified-latex-lint

Lints for LaTex code via the unified-latex framework

latest
Source
npmnpm
Version
1.8.3
Version published
Maintainers
1
Created
Source

unified-latex-lint

What is this?

Linting functions for unified-latex ASTs. Lints are found in the rules/ subdirectory. Lints that can be fixed accept an optional {fix: boolean} argument.

When should I use this?

If you are building a linter for LaTeX code.

Install

npm install @unified-latex/unified-latex-lint

This package contains both esm and commonjs exports. To explicitly access the esm export, import the .js file. To explicitly access the commonjs export, import the .cjs file.

Constants

NameTypeDescription
lints{ unifiedLatexLintArgumentColorCommands: Plugin<void[] | [{ fix?: boolean; } | [boolean | Label | Severity, { fix?: boolean; }?]], Root, Root>; ... 7 more ...; unifiedLatexLintPreferSetlength: Plugin<...>; }Object exporting all available lints.

Keywords

pegjs

FAQs

Package last updated on 16 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts