{
    "extends": "airbnb",
    "parser": "babel-eslint",
    "env": {
        "node": true,
        "mocha": true,
        "browser": true
    },
    "rules": {
        "import/no-extraneous-dependencies": "off",
        "jsx-a11y/no-static-element-interactions": "off",
        "react/jsx-no-bind": "off",
        "react/forbid-prop-types": "off",
        "react/no-unused-prop-types": "off"
    }
}