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

https://github.com/transloadit/eslint-plugin-transloadit

Custom ESLint rules by Transloadit
https://github.com/transloadit/eslint-plugin-transloadit

Last synced: 3 months ago
JSON representation

Custom ESLint rules by Transloadit

Awesome Lists containing this project

README

          

# eslint-plugin-transloadit

> Warning. This repo is deprecated as Transloadit has switched to using Biome

Transloadit ESLint custom rules.

## Installing

```sh
yarn add --dev eslint-plugin-transloadit
```

Then in your `.eslintrc`, you can have:

```json
{
"plugin": {
"transloadit"
},
"rules": {
"transloadit/no-useless-iife": "error"
}
}
```