Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timdeschryver/eslint-plugin-rxjs-fixers


https://github.com/timdeschryver/eslint-plugin-rxjs-fixers

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Fixers for RxJS v7

## How to use

### Via npx

```bash
$ npx eslint-plugin-rxjs-fixers-poc
```

> This will install eslint and @typescript-eslint/parser if needed, and removes them afterwards

Recursively fixes every (`.js` and `.ts`) file in the current directory.

### Via ESLint

```bash
$ npm i eslint-plugin-rxjs-fixers-poc --save-dev
```

Add the following config to your ESLint config:

```json
{
"plugins": ["rxjs-fixers-poc"],
"extends": ["plugin:rxjs-fixers-poc/all"]
}
```