{
  "env": {
    "node": true
  },
  "extends": "airbnb/legacy",
  "rules": {
    "id-length": [2, {"min": 2, "max": 25, "properties": "never", "exceptions": ["_"]}],
    "max-len": [1, 120, 2],
    "no-cond-assign": [2, "except-parens"],
    "strict": [2, "global"]
  }
}
