chore(deps): update dependency @types/node to v20 #2146
GitHub Actions / TSLint Checks
succeeded
Sep 23, 2024 in 0s
TSLint Checks
0 error(s), 0 warning(s) found
Details
Configuration
Actions Input
Name | Value |
---|---|
config | tslint.json |
project | (not provided) |
pattern | *.ts |
TSLint Configuration
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"object-literal-sort-keys": false,
"interface-name": [
true,
"never-prefix"
]
},
"rulesDirectory": []
}
Loading