包详细信息

@patrickhulce/lint

patrickhulce212MIT3.0.2

Lints JavaScript/TypeScript/Code.

自述文件

@patrickhulce/lint

NPM Package Build Status Commitizen friendly Dependencies

Lints JavaScript and TypeScript.

Usage

lint # lints default js+ts in src/lib/bin and test files
lint --fix # lints, fixes, and prettifies default files
lint --fix --no-prettify # lints and fixes default files
lint -t react # lints jsx in src/lib/bin and test files
lint -t typescript './stuff/**/*.ts' # lints ts in ./stuff