Registry / testing / lint-check

lint-check

JSON →
library0.0.2jsnpmunverified

A unified linting tool that runs Prettier, ESLint, and Markdownlint in a single command. Version 0.0.2 is the initial release, with no established release cadence yet. It differentiates by combining three popular linters into one package, but is very early-stage and lacks documentation or tests.

npm install lint-check
INSTALL
IMPORT
SIG · LINT-CHECK
L
lint-check
testingjavascriptv0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import lintCheck from 'lint-check'
const lintCheck = require('lint-check')
Package is ESM-only; CommonJS require not supported.

No recommended example yet; the package is minimal and undocumented.

lint-check --version
Debug
Known issues
gotchaPre-alpha package with no stable API; breaking changes likely.
fix
Pin to exact version and test thoroughly.
affects: >=0.0.0
gotchaREADME missing; no documentation or usage examples provided.
fix
Check source code or GitHub issues for help.
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module 'lint-check'.
Package not installed or ESM-only usage without proper setup.
fix
Install with 'npm install lint-check' and ensure project is configured for ESM (e.g., 'type': 'module' in package.json).
Upgrade
Version history
0.0.2latest on npm
Audit
Dependencies
prettierrequiredRequired for formatting checks
eslintrequiredRequired for JavaScript/TypeScript linting
markdownlintrequiredRequired for Markdown linting
Agent activity
2 hits · last 30 days
node
2
Resources
lint-check — npm install lint-check · libregistry