{
  "extends": ["standard", "standard-react"],
  // TODO: migrate jQuery to npm managed dependencies and use standard imports
  "globals": {
    "$": true
  },
  "rules": {
    "brace-style": ["error", "stroustrup"],
    "comma-dangle": ["error", "always-multiline"],
    "react/jsx-space-before-closing": ["error", "never"],
    "react/prop-types": 0, // TODO: provide prop types for all react components and remove this override
  }
}
