aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-create-react-app/packages/eslint-config-custom/package.json
blob: 8eb5702d6be87b67c9f5e1704076ec83c7261cb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "eslint-config-custom",
  "version": "0.0.0",
  "license": "MIT",
  "main": "index.js",
  "dependencies": {
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-react": "^7.30.1",
    "eslint-config-turbo": "latest"
  },
  "publishConfig": {
    "access": "public"
  }
}