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
- Host: GitHub
- URL: https://github.com/transloadit/eslint-plugin-transloadit
- Owner: transloadit
- License: mit
- Created: 2023-07-12T10:04:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T08:24:49.000Z (over 2 years ago)
- Last Synced: 2025-03-03T02:26:20.018Z (10 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"
}
}
```