{
  "scripts": {
    "pre-push": "yarn common-check",
    "pre-commit": "yarn common-check",
    "test": "yarn common-check",
    "build": "exit 0"
  },
  "lint-staged": {
    "**/*.js{x,}": ["eslint -c .eslintrc.json --no-eslintrc"]
  }
}
