mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
Some checks are pending
Continuous Integration / Build App (push) Waiting to run
Continuous Integration / Build Docker Image (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
Playwright Tests / E2E Tests (push) Waiting to run
Extract and upload translations / Extract and upload translations (push) Waiting to run
19 lines
501 B
JSON
19 lines
501 B
JSON
{
|
|
"name": "@documenso/eslint-config",
|
|
"version": "0.0.0",
|
|
"main": "./index.cjs",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-turbo": "^1.13.4",
|
|
"eslint-plugin-package-json": "^0.85.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
"typescript": "5.6.2"
|
|
}
|
|
}
|