Skip to content

script-utils/linters/eslint

Linting utility for ESLint configuration with support for automatic fixing.

This module provides a function to lint files based on the ESLint configuration defined in eslint.config.ts. It can automatically fix linting issues if specified, and logs results to the console.

InterfaceDescription
LintOptionsParameters for the lint function.
FunctionDescription
lintLint the project with ESLint.