Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)