{
  "default": "eslint",
  "types": {
    "eslint": {
      "bin": "{bob}/node_modules/.bin/eslint",
      "opts": {
        "human": "--config eslint.config.js",
        "robot": ""
      },
      "args": "lib/ test/"
    }
  }
}