Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 284 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 284 Bytes

eslint-plugin-transloadit

Transloadit ESLint custom rules.

Installing

yarn add --dev eslint-plugin-transloadit

Then in your .eslintrc, you can have:

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