{
  "slug": "lint-staged",
  "templates": {
    "base": {
      "files": [
        {
          "type": "tooling",
          "path": ".lintstagedrc.json",
          "content": "{\r\n  \"*.{js,ts}\": [\"eslint --fix\", \"prettier --write\"]\r\n}\r\n"
        }
      ]
    }
  },
  "dependencies": {
    "runtime": [],
    "dev": [
      "lint-staged"
    ]
  }
}
