Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency axios to ^0.27.0 #39

Merged
merged 1 commit into from
Aug 25, 2023

fix(deps): update dependency axios to ^0.27.0

6a228b8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix(deps): update dependency axios to ^0.27.0 #39

fix(deps): update dependency axios to ^0.27.0
6a228b8
Select commit
Loading
Failed to load commit list.
GitHub Actions / TSLint Checks succeeded Aug 24, 2023 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": []
}