{
  "extends": "airbnb",
  "root": true,
  "rules": {
    "dot-notation": [2, { "allowKeywords": false }],
  },
}
