marinosoftware/active_storage_drag_and_drop

View on GitHub
.eslintrc.yml

Summary

Maintainability
Test Coverage
---
extends:
  - standard
  - plugin:flowtype/recommended
plugins:
  - flowtype
env:
  mocha: true
  browser: true
rules:
  curly: [2, multi]
  arrow-body-style: [2, as-needed]
  arrow-parens: [2, as-needed]
  prefer-arrow-callback: 2
  prefer-const: 2
  no-var: 2