https://github.com/patrickhulce/lint
Lints JavaScript.
https://github.com/patrickhulce/lint
eslint javascript linter prettier xo
Last synced: 4 months ago
JSON representation
Lints JavaScript.
- Host: GitHub
- URL: https://github.com/patrickhulce/lint
- Owner: patrickhulce
- License: mit
- Created: 2017-04-02T21:44:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T18:02:01.000Z (almost 8 years ago)
- Last Synced: 2025-12-08T06:32:36.455Z (7 months ago)
- Topics: eslint, javascript, linter, prettier, xo
- Language: JavaScript
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @patrickhulce/lint
[](https://www.npmjs.com/package/@patrickhulce/lint)
[](https://travis-ci.org/patrickhulce/lint)
[](http://commitizen.github.io/cz-cli/)
[](https://david-dm.org/patrickhulce/lint)
Lints JavaScript and TypeScript.
## Usage
```bash
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
```