mirror of
https://github.com/aljazceru/Auditor.git
synced 2025-12-17 03:24:18 +01:00
15 lines
425 B
JSON
15 lines
425 B
JSON
{
|
|
"name": "project-linters",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "JavaScript/TypeScript linting tools for TheAuditor",
|
|
"devDependencies": {
|
|
"eslint": "^9.34.0",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.9.2",
|
|
"@typescript-eslint/parser": "^8.41.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.41.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4"
|
|
}
|
|
} |