Lints for LaTex code via the unified-latex framework
npm install @unified-latex/unified-latex-lintLinting functions for unified-latex ASTs. Lints are found in the rules/ subdirectory. Lints
that can be fixed accept an optional {fix: boolean} argument.
If you are building a linter for LaTeX code.
``bash`
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.
| Name | Type | Description |
| :------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------ |
| lints | { unifiedLatexLintArgumentColorCommands: Plugin