1{
2  "functions": {
3    "predeploy": [
4      "npm --prefix \"$RESOURCE_DIR\" run lint"
5    ]
6  }
7}
8