Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zumerlab/zumerbox-js-lint
A zumerBox tool for linting JS files
https://github.com/zumerlab/zumerbox-js-lint
eslint linter zumerbox
Last synced: 19 days ago
JSON representation
A zumerBox tool for linting JS files
- Host: GitHub
- URL: https://github.com/zumerlab/zumerbox-js-lint
- Owner: zumerlab
- License: mit
- Created: 2024-03-21T09:31:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T12:26:11.000Z (10 months ago)
- Last Synced: 2024-11-17T11:20:06.778Z (about 2 months ago)
- Topics: eslint, linter, zumerbox
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @zumerbox/js-lint
A tool for linting JavaScript files to catch errors and enforce coding standards.
Refer to the [ZumerBox bundle](https://github.com/zumerlab/zumerbox) for more information and tools.
## Installation
```bash
npm install @zumerbox/js-lint --save-dev
```## Usage
```bash
npx @zumerbox/js-lint
```## Options
By default ESlint is instructed to perform a check without making any changes to the files. To fix any issues run `@zumerbox/js-lint` again with the `--fix` argument to fix js.
## Credits
This tool is powered by ESlint (https://eslint.org)