mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:33:27 +00:00
18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"name": "@zitadel/eslint-config",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/parser": "^7.9.0",
|
|
"eslint-config-next": "^14.2.18",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-turbo": "^2.0.9",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"@babel/eslint-parser": "^7.25.9"
|
|
}
|
|
}
|