cbothner/react-activestorage-provider

View on GitHub
.eslintrc.json

Summary

Maintainability
Test Coverage
{
  "env": {
    "browser": true,
    "node": true,
    "es6": true
  },

  "extends": [
    "standard",
    "plugin:flowtype/recommended",
    "plugin:react/recommended",
    "plugin:jest/recommended",
    "prettier"
  ],

  "parserOptions": {
    "ecmaVersion": 6,
    "sourceType": "module"
  },

  "settings": {
    "react": {
      "version": "16.x"
    }
  }
}