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

https://github.com/hxfdarling/eslint-cache

support eslint cache, because eslint cli not support relative path cache
https://github.com/hxfdarling/eslint-cache

cache eslint eslint-cli

Last synced: 3 months ago
JSON representation

support eslint cache, because eslint cli not support relative path cache

Awesome Lists containing this project

README

        

# eslint-cache

support eslint cache, because eslint cli not support relative path cache

## useage

install `eslint-cache`

```shell
npm i -D eslint-cache
```

run `eslint-cache` to check `.js,.jsx` files

```json
npx eslint-cache src lib --ext .js,.jsx
```

## support options

`--ext`
which file extensions need lint

`--cache-location`
set cache file path

`--id`
auto clean cache by change id

## help

```shell
eslint-cache -h
```