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.
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| LintOptions | Parameters for the lint function. |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| lint | Lint the project with ESLint. |