{
  "extends": "airbnb",
  "parser": "babel-eslint",
  "plugins": [
    "react",
    "jest"
  ],
  "env": {
    "browser": true,
    "jasmine": true,
    "node": true,
    "jest/globals": true
  },
  "globals": {
    "DEVELOPMENT": false,
    "PRODUCTION": false,
  },
  "rules": {
    "jsx-a11y/anchor-is-valid": 0,
    "no-case-declarations": 0,
    "no-console": 0,
    "react/forbid-prop-types": 0,
    "react/jsx-space-before-closing": 0,
    "react/jsx-tag-spacing": 0,
    "react/no-typos": 0,
    "import/prefer-default-export": ["off"]
  }
}
