{
    "extends": "airbnb-base",
    "rules": {
        "no-console": 0,
        "linebreak-style": 0,
        "no-underscore-dangle": 0
    }
}