mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-02 21:21:21 +00:00
* test: enable strict TypeScript ESLint configuration Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> * test: convert ESLint configuration to TypeScript Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> --------- Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
29 lines
643 B
JSON
29 lines
643 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"gha-utils": "^0.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.28.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
"@tsconfig/node20": "^20.1.5",
|
|
"@types/node": "^22.15.30",
|
|
"@vitest/coverage-v8": "^3.1.4",
|
|
"eslint": "^9.28.0",
|
|
"jiti": "^2.4.2",
|
|
"lefthook": "^1.11.14",
|
|
"prettier": "^3.5.3",
|
|
"rollup": "^4.41.1",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.33.1",
|
|
"vitest": "^3.1.4"
|
|
}
|
|
}
|