diff options
Diffstat (limited to 'examples/with-gatsby/packages/eslint-config-custom/package.json')
| -rw-r--r-- | examples/with-gatsby/packages/eslint-config-custom/package.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/with-gatsby/packages/eslint-config-custom/package.json b/examples/with-gatsby/packages/eslint-config-custom/package.json deleted file mode 100644 index c519df6..0000000 --- a/examples/with-gatsby/packages/eslint-config-custom/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "eslint-config-custom", - "version": "0.0.0", - "private": true, - "main": "index.js", - "license": "MIT", - "files": [ - "next.js", - "gatsby.js" - ], - "dependencies": { - "babel-eslint": "^10.1.0", - "eslint": "^7.23.0", - "eslint-config-next": "13.0.0", - "eslint-config-prettier": "^8.3.0", - "eslint-config-turbo": "latest", - "eslint-plugin-gatsby": "^1.0.2", - "eslint-plugin-react": "7.31.8" - }, - "devDependencies": { - "@types/eslint": "^8.21.2", - "eslint-config-react-app": "^7.0.1", - "typescript": "^4.7.4" - } -} |
