fix(deps): update dependency axios to v1 #2006
GitHub Actions / TSLint Checks
succeeded
Oct 4, 2023 in 1s
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