mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
19 lines
460 B
JSON
19 lines
460 B
JSON
{
|
|
"name": "@repo/eslint-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"files": [
|
|
"library.js",
|
|
"next.js",
|
|
"react-internal.js"
|
|
],
|
|
"devDependencies": {
|
|
"@vercel/style-guide": "^5.2.0",
|
|
"eslint-config-turbo": "^1.12.4",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
"@typescript-eslint/parser": "^v6.21.0",
|
|
"@typescript-eslint/eslint-plugin": "^v6.21.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|