An integrated linting tool for TypeScript projects, version 1.0.53. It provides a unified configuration for ESLint, Prettier, and Stylelint, reducing setup overhead. Regularly updated to support latest TypeScript versions. Key differentiator is its opinionated, zero-config approach for teams wanting consistent code quality without custom rules.
npm install yma-cli-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows default import and usage of the main lint function with async/await error handling.
Use import statements instead of require(). Ensure your project is ESM or use .mjs extension.
Run npm install typescript@^4.2.3 --save-dev
Upgrade Node.js to 14 or higher.
Use import statement or switch to ESM mode in your project.
Install typescript as a devDependency: npm install typescript --save-dev