@candide/tsgolint
v1.4.0
Published
Run tsgolint and grep for no-floating-promises
Downloads
24
Maintainers
Keywords
Readme
@candide/tsgolint
A command line tool that runs tsgolint and filters output for no-floating-promises violations.
Installation
npm install @candide/tsgolintUsage
npx candide-tsgolintThe tool will:
- Run
tsgolintto analyze TypeScript code - Filter output to show only
no-floating-promisesviolations with 5 lines of context - Exit with code 1 if violations are found, 0 if none
Requirements
- Node.js >= 20
tsgolintmust be available in your PATH
Development
# Install dependencies
pnpm install
# Lint the project
pnpm run lint
# Build the project
pnpm run buildLicense
UNLICENSED - Proprietary software by Candide Limited
