diff options
Diffstat (limited to '')
-rw-r--r-- | packages/eslint-config/package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json new file mode 100644 index 0000000..d6a436a --- /dev/null +++ b/packages/eslint-config/package.json @@ -0,0 +1,17 @@ +{ + "name": "@repo/eslint-config", + "version": "0.0.0", + "devDependencies": { + "@typescript-eslint/eslint-plugin": "8.0.1", + "@typescript-eslint/parser": "8.0.1", + "@vercel/style-guide": "6.0.0", + "eslint-config-prettier": "^9.1.0", + "eslint-config-turbo": "^2.0.0", + "eslint-plugin-only-warn": "^1.1.0", + "typescript": "^5.4.5" + }, + "files": [ + "library.js" + ], + "private": true +} |