diff options
Diffstat (limited to 'examples/with-npm/packages/eslint-config-custom/package.json')
| -rw-r--r-- | examples/with-npm/packages/eslint-config-custom/package.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/with-npm/packages/eslint-config-custom/package.json b/examples/with-npm/packages/eslint-config-custom/package.json deleted file mode 100644 index 4effb9e..0000000 --- a/examples/with-npm/packages/eslint-config-custom/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "eslint-config-custom", - "version": "0.0.0", - "main": "index.js", - "license": "MIT", - "dependencies": { - "eslint-config-next": "latest", - "eslint-config-prettier": "^8.3.0", - "eslint-config-turbo": "latest", - "eslint-plugin-react": "7.28.0" - }, - "devDependencies": { - "eslint": "7.32.0", - "next": "latest", - "react": "18.2", - "react-dom": "18.2", - "typescript": "^4.5.3" - }, - "publishConfig": { - "access": "public" - } -} |
