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

https://github.com/softvisio-node/eslint-plugin


https://github.com/softvisio-node/eslint-plugin

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

> :information_source: Please, see the full project documentation here:

# Introduction

Custom `eslint` rules.

## Install

```sh
npm install @softvisio/eslint-plugin
```

## Usage

`eslint.config.js`:

```javascript
import eslintSoftvisio from "@softvisio/eslint-plugin";

export default [

// ...your eslint config

// @softvisio:recommended
eslintSoftvisio.configs.recommended,
];
```